Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

47 lines (25 loc) · 925 Bytes

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