0.1.0 • Published 7 years ago
@jamen/new-chrome-ext v0.1.0
new-chrome-ext
Create boilerplate for a Chrome extension.
.
├── src
│ └── manifest.json
├── .gitignore
├── Makefile
├── package.json
└── readme.mdUsage
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.
0.1.0
7 years ago