Invoke

Note

This assumes you already installed the development requirements with pipenv install --dev.

The generated project is ready to run some useful tasks like

  • formatting

  • linting

  • testing

invoke is used to wrap up the required commands. To see what commands are available, run:

$ invoke --list