An open API service indexing awesome lists of open source software.

https://github.com/rmedaer/milhoja

Mixing Cookiecutter and Git to ends up sticking to your finger.
https://github.com/rmedaer/milhoja

boilerplate cookiecutter git templating

Last synced: about 1 year ago
JSON representation

Mixing Cookiecutter and Git to ends up sticking to your finger.

Awesome Lists containing this project

README

          

===============================
milhoja
===============================

.. image:: https://img.shields.io/pypi/v/milhoja.svg
:target: https://pypi.python.org/pypi/milhoja

.. image:: https://img.shields.io/travis/rmedaer/milhoja.svg
:target: https://travis-ci.org/rmedaer/milhoja

.. image:: https://readthedocs.org/projects/milhoja/badge/?version=latest
:target: https://milhoja.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/rmedaer/milhoja/shield.svg
:target: https://pyup.io/repos/github/rmedaer/milhoja/
:alt: Updates

.. _Cookiecutter: https://github.com/audreyr/cookiecutter

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:

.. code-block::

milhoja install

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

.. code-block::

milhoja install -c v1.0.0

Show installed template:

.. code-block::

milhoja show

Install a Cookiecutter_ template on your existing Git repository:

.. code-block::

milhoja -C install

Upgrade your repository with last version of template:

.. code-block::

milhoja -C upgrade

Credits
-------

Code written by Raphael Medaer
from an original idea of Abdó Roig-Maranges

License
-------

Free software: Apache Software License 2.0