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.
- Host: GitHub
- URL: https://github.com/rmedaer/milhoja
- Owner: rmedaer
- License: other
- Created: 2017-03-02T16:00:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T15:46:07.000Z (about 3 years ago)
- Last Synced: 2025-03-23T19:05:19.641Z (over 1 year ago)
- Topics: boilerplate, cookiecutter, git, templating
- Language: Python
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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