Demo of click-app-template-repository
Install this tool using pip
:
pip install click-app-template-repository-demo
For help, run:
click-app-template-repository-demo --help
You can also use:
python -m click_app_template_repository_demo --help
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