Compile a file and all dependencies to a single executable
crystal build path/to/file.crRead Crystal source code from the command-line or `stdin`, and execute it
Generate API documentation from inline docstrings in Crystal files
Compile and run a Crystal specification suite
Start a local interactive server for testing the language
Create a project directory for a Crystal application
crystal init app application_name