- scripts/build - Build package and documentation
- scripts/check - Check linting/formatting
- scripts/clean - Delete any build artifact
- scripts/coverage - Check code coverage
- scripts/docker - Work with dev containers and docker images
- scripts/docs - Generate docs
- scripts/install - Install dependencies in a virtual environment
- deployment-tools
- dev-tools
- sentinel
- all (deployment + dev + sentinel)
- scripts/lint - Run the code linting
- scripts/release - Release the latest version to Github
- scripts/test - Run the test suite
Styled after GitHub's Scripts to Rule Them All.