Skip to content

Instantly share code, notes, and snippets.

@veelenga
Last active March 9, 2024 18:02
Show Gist options
  • Save veelenga/914f671191774c24179d to your computer and use it in GitHub Desktop.
Save veelenga/914f671191774c24179d to your computer and use it in GitHub Desktop.
Crystal Christmas Tree
$$$
crystal
crystal run
crystal build
crystal version
crystal --version
crystal tool format
crystal init app proj
crystal tool context -h
crystal build src/proj.cr
crystal spec spec/*_spec.cr
crystal tool hierarchy src/*.*
crystal tool implementations -h
crystal tool format --format json
crystal build src/proj.cr --release
crystal run src/proj.cr -o output.txt
crystal eval "puts \"Merry Christmas\""
crystal deps
crystal spec
crystal docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment