
crystal
List of commands for crystal:
-
crystal:tldr:14914 crystal: Display all help options.$ crystal helptry on your machineexplain this command
-
crystal:tldr:581ed crystal: Run a Crystal file.$ crystal ${filename-cr}try on your machineexplain this command
-
crystal:tldr:6df56 crystal: Compile a file and all dependencies to a single executable.$ crystal build ${filename-cr}try on your machineexplain this command
-
crystal:tldr:872ac crystal: Create a project directory for a Crystal application.$ crystal init app ${application_name}try on your machineexplain this command
-
crystal:tldr:a7fcb crystal: Start a local interactive server for testing the language.$ crystal playtry on your machineexplain this command