Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devidw/cookiecutter-bookmarklet
Boilerplate template to create new bookmarklets blazingly fast.
https://github.com/devidw/cookiecutter-bookmarklet
bookmarklet cookiecutter cookiecutter-template scaffold scaffolded scaffolding
Last synced: 16 days ago
JSON representation
Boilerplate template to create new bookmarklets blazingly fast.
- Host: GitHub
- URL: https://github.com/devidw/cookiecutter-bookmarklet
- Owner: devidw
- License: mit
- Created: 2022-05-15T19:55:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T20:58:29.000Z (over 2 years ago)
- Last Synced: 2024-10-08T06:00:36.715Z (27 days ago)
- Topics: bookmarklet, cookiecutter, cookiecutter-template, scaffold, scaffolded, scaffolding
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - cookiecutter-bookmarklet - Boilerplate template to create new bookmarklets blazingly fast. (JavaScript)
README
= Cookiecutter Bookmarklet
Boilerplate template to create new bookmarklets blazingly fast.
== Usage
Follow the below steps to create a new project.
=== 1. Install https://github.com/cookiecutter/cookiecutter[cookiecutter]
[source,zsh]
----
pip install cookiecutter
----=== 2. Create a new project
For the first time:
[source,zsh]
----
cookiecutter https://github.com/devidw/cookiecutter-bookmarklet.git
----Afterwards:
[source,zsh]
----
cookiecutter cookiecutter-bookmarklet
----