-
install cookiecutter
pip install cookiecutter
-
run the template:
cookiecutter https://github.com/dong-toggle-ai/ds-templates.git
make init
will run git init in current projectmake install
will create virtual envsvenv
in current project, and also it'll install poetry and pre-commitmake lint
will run flake8make test
will run pytestmake clean
will removevenv