Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiospampinato/template-chrome-extension
A template for starting a new Chrome extension quickly.
https://github.com/fabiospampinato/template-chrome-extension
chrome extension template
Last synced: 2 months ago
JSON representation
A template for starting a new Chrome extension quickly.
- Host: GitHub
- URL: https://github.com/fabiospampinato/template-chrome-extension
- Owner: fabiospampinato
- License: mit
- Created: 2017-09-15T13:33:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T20:36:21.000Z (9 months ago)
- Last Synced: 2024-05-06T15:37:24.447Z (9 months ago)
- Topics: chrome, extension, template
- Language: TypeScript
- Size: 537 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# template-chrome-extension
A template for starting a new Chrome extension quickly.
## Install
Install the [`template`](https://github.com/fabiospampinato/template) CLI tool in your system.
Install the template locally with:
```sh
template install fabiospampinato/template-chrome-extension chrome-extension
```## Usage
Create a new Chrome extension with:
```sh
template create chrome-extension my-extension
```## License
MIT © Fabio Spampinato