Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.58 KB

README.rst

File metadata and controls

67 lines (40 loc) · 1.58 KB

milhoja

Documentation Status Updates

Milhoja is a tool in top of Cookiecutter which maintains directory templating with Git. The first goal of Milhoja is to provide upgrade feature to Cookiecutter.

How to ?

Install a Cookiecutter template on current directory:

milhoja install <your cookiecutter>

Specify a target reference (branch, tag, commit):

milhoja install -c v1.0.0 <your cookiecutter>

Show installed template:

milhoja show

Install a Cookiecutter template on your existing Git repository:

milhoja -C <your repo path> install <your cookiecutter>

Upgrade your repository with last version of template:

milhoja -C <your repo path> upgrade

Credits

Code written by Raphael Medaer <raphael@medaer.me> from an original idea of Abdó Roig-Maranges <abdo.roig@gmail.com>

License

Free software: Apache Software License 2.0