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

https://github.com/devidw/cookiecutter

GitHub template repository for cookiecutter repositories.
https://github.com/devidw/cookiecutter

cookiecutter cookiecutter-template github-template

Last synced: 3 months ago
JSON representation

GitHub template repository for cookiecutter repositories.

Awesome Lists containing this project

README

        

= Cookiecutter {subject}
:subject: subject
:gh-user-name: devidw
:gh-repo-name: cookiecutter-{subject}
:toc:
:toc-placement!:
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]

Boilerplate template to scaffold blazingly fast.

toc::[]

== Get started

Follow the below steps to create a new project.

. https://github.com/cookiecutter/cookiecutter/blob/master/docs/installation.rst[Install cookiecutter]
. Create a new project:
.. For the first time run:
+
[source,zsh,subs=attributes+]
----
cookiecutter https://github.com/{gh-user-name}/{gh-repo-name}.git
----
.. Afterwards, you are good to go with:
+
[source,zsh,subs=attributes+]
----
cookiecutter {gh-repo-name}
----