Last active
March 9, 2024 18:02
-
-
Save veelenga/914f671191774c24179d to your computer and use it in GitHub Desktop.
Crystal Christmas Tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$$$ | |
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