Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
----