Skip to content

Create cookiecutter templates from an existing project or module

License

Notifications You must be signed in to change notification settings

michaeljoseph/mould

Repository files navigation

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

About

Create cookiecutter templates from an existing project or module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published