tinyrick_extras: common tasks for tinyrick projects
March 20, 2026 ยท View on GitHub
SUMMARY
tinyrick_extras provides prebaked tasks for tinyrick projects.
EXAMPLE
$ cd example
$ tinyrick
running 1 test
test smoketest ... ok
...
Value(94)
Buzz
Fizz
Value(97)
Value(98)
Fizz
Buzz
ABOUT
tinyrick_extras defines some common tasks, such as unit tests, linting, generating API documentation, publishing packages, installing and uninstalling packages, for your tinyrick projects. Boom. Take what works for your build workflow, leave the rest.
Check out the example project.
For details on developing tinyrick_extras, see DEVELOPMENT.