/cookiecutter-chromium-extension

Boilerplate template to create new chromium browser extensions blazingly fast.

Primary LanguageSass

Cookiecutter Chromium Browser Extension

Boilerplate template to create new chromium browser extensions blazingly fast.

Usage

Follow the below steps to create a new project.

1. Install cookiecutter

pip install cookiecutter

2. Create a new project

For the first time:

cookiecutter https://github.com/devidw/cookiecutter-chromium-extension.git

Afterwards:

cookiecutter cookiecutter-chromium-extension