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

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

Boilerplate template to create new chromium browser extensions blazingly fast.
https://github.com/devidw/cookiecutter-chromium-extension

boilerplate boilerplate-template chrome-extension chromium-extension cookiecutter cookiecutter-template extension extension-chrome template

Last synced: about 1 month ago
JSON representation

Boilerplate template to create new chromium browser extensions blazingly fast.

Awesome Lists containing this project

README

          

= 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 https://github.com/cookiecutter/cookiecutter[cookiecutter]

[source,sh]
----
pip install cookiecutter
----

=== 2. Create a new project

For the first time:

[source,sh]
----
cookiecutter https://github.com/devidw/cookiecutter-chromium-extension.git
----

Afterwards:

[source,sh]
----
cookiecutter cookiecutter-chromium-extension
----