Quick Start
The ape-template plugin allows you to use cookiecutter to template an ape project.
Dependencies
Installation
via pip
You can install the latest release via pip
:
pip install ape-template
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-template.git
cd ape-template
python3 setup.py install
Quick Usage
Use -h
to list all the commands.
ape template -h
To use the template
command, provide either a GitHub repository ID or a raw URI:
ape template gh:<github org>/<project>
ape template <URI>
For more information on Cookiecutter, see their documentation.
Development
Please see the contributing guide to learn more how to contribute to this project.
Comments, questions, criticisms and pull requests are welcomed.