How to use these templates ?
Templates documented on this site are intended to be installed using git-improved.
Requirements
Install git-improved
Once installed, git-improved
extend git by providing a few additionals commands.
pip install git-improved
Create a project from template
To use one of theses templates, you must first install it locally. For example :
git template install python/api https://github.com/path/to/repo.git
In this example
- We install the template from git repo: https://github.com/path/to/repo.git
- The template will be given the alias
python/api