https://github.com/devidw/cookiecutter-git
https://github.com/devidw/cookiecutter-git
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devidw/cookiecutter-git
- Owner: devidw
- License: mit
- Created: 2022-05-21T07:27:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T08:31:20.000Z (about 3 years ago)
- Last Synced: 2024-10-18T21:04:23.404Z (8 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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}
----