Get straight to coding by automagically creating a project folder with little to no effort.
pip3 install virtualenv
python3 -m venv venv
source ./venv/bin/activate
pip install .
project --help
or
python -m project --help
project start bash my_project -o git cli license:mit
pip install -e .
project --help
pip install -r requirements-dev.txt
make check
- error: invalid command 'bdist_wheel'
pip install wheel
The templates are located in projectstarter/templates
.
Look at docs/TEMPLATE.md for more information.
- Marc Villain (marc.villain@epita.fr)