cookiepatcher

Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best with cookiecutter-pylibrary.


License
BSD-2-Clause
Install
pip install cookiepatcher==0.5.0

Documentation

Overview

tests
package

Just a small shim around cookiecutter that alters a bit the CLI to work better when reapplying templates to existing projects. Works best with cookiecutter-pylibrary.

  • Free software: BSD 2-Clause License

Installation

pip install cookiepatcher

You can also install the in-development version with:

pip install https://github.com/ionelmc/python-cookiepatcher/archive/master.zip

Documentation

To use the project:

import cookiepatcher
cookiepatcher.-()

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox