Templatekit¶
Templatekit is a command-line app and Python library for using and maintaining a centralized repository of project and file templates that are built with Cookiecutter and Jinja. LSST’s https://github.com/lsst/templates is the primary repository that Templatekit is built for, but Templatekit can be used for other template repository projects.
Installation¶
Templatekit is available from PyPI:
pip install templatekit
See Templatekit’s release history.