Regenerate the documentation
crystal docs --output=docs/lib-doc
Ref.
ameba is used as a linter.
shards build ameba will install it under ./bin/ameba, else run lib/ameba/bin/ameba.cr directly.
Run all test suites:
crystal spec --order=random --error-on-warnings
Ref.
Build and execute in one command:
shards run miniss