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

https://github.com/devidw/cookiecutter-git


https://github.com/devidw/cookiecutter-git

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

= Cookiecutter {subject}
:subject: git
: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::[]

== Features

* Project folder and file structure
* Empty git repository
* Empty conda environment

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