@jamen/new-chrome-ext
v0.1.0
Published
Create boilerplate for a Chrome extension.
Downloads
4
Readme
new-chrome-ext
Create boilerplate for a Chrome extension.
.
├── src
│ └── manifest.json
├── .gitignore
├── Makefile
├── package.json
└── readme.md
Usage
Use the package with npx
:
$ npx @jamen/new-chrome-ext [directory]
Defaults to the current directory.
Makefile
The available Makefile tasks are:
make
: Build the extension.make clean
: Remove the build files.