/mould

Create cookiecutter templates from an existing project or module

Primary LanguagePythonMIT LicenseMIT

mould

Build Status code coverage

Overview

Create cookiecutter templates from an existing project or module.

Usage

Install mould:

pip install mould

Then execute the cli:

mould

Documentation

API Documentation

Testing

Install the development requirements:

pip install -r requirements.txt

Run the tests:

pytest

Lint the project:

flake8 mould tests setup.py

API documentation

Generate the documentation with:

make -C docs html

To monitor changes to Python files and execute the tests automatically, use pytest-watch:

ptw