cesd

A simple CLI tool to easily bootstrap chrome extension examples 🐹

Usage no npm install needed!

<script type="module">
  import cesd from 'https://cdn.skypack.dev/cesd';
</script>

README

Chrome Extension Sample Downloader (CESD) v0.0.0

A simple CLI util for downloading and setting up Chrome Extension examples. Inspired by Orbitbot's Example repo.

How to use

npm install -g cesb

List examples (Defaults to 5 per page)

cesd -l [perpage]

Download example 4

cesd -d 4

Download all examples

cesd -d all