0.1.0 • Published 6 years ago

@jamen/new-chrome-ext v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.