miniss

Development

Documentation

Regenerate the documentation

crystal docs --output=docs/lib-doc

Ref.

Linting

ameba is used as a linter.

shards install will install it under ./bin/ameba.

Test

Run all test suites:

crystal spec --order=random --error-on-warnings

Ref.