Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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