crystal Command Examples

Manage Crystal source code. More information: https://crystal-lang.org/reference/using_the_compiler.

crystal {{path/to/file.cr}}

crystal build {{path/to/file.cr}}

crystal eval '{{code}}'

crystal docs

crystal spec

crystal play

crystal init app {{application_name}}

crystal help