miniss

Development

Documentation

Regenerate the documentation

crystal docs --output=docs/lib-doc

Ref.

Linting

ameba is used as a linter.

shards build ameba will install it under ./bin/ameba, else run lib/ameba/bin/ameba.cr directly.

Test

Run all test suites:

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

Ref.

Running

Build and execute in one command:

shards run miniss