Home

Awesome

click-app-template-repository-demo

PyPI Changelog Tests License

Demo of click-app-template-repository

Installation

Install this tool using pip:

pip install click-app-template-repository-demo

Usage

For help, run:

click-app-template-repository-demo --help

You can also use:

python -m click_app_template_repository_demo --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd click-app-template-repository-demo
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest