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.
- Host: GitHub
- URL: https://github.com/devidw/cookiecutter-chromium-extension
- Owner: devidw
- Created: 2022-04-20T17:45:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T18:20:13.000Z (about 4 years ago)
- Last Synced: 2025-02-02T11:41:44.232Z (over 1 year ago)
- Topics: boilerplate, boilerplate-template, chrome-extension, chromium-extension, cookiecutter, cookiecutter-template, extension, extension-chrome, template
- Language: Sass
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
----