crystal-cli

CLI of Crystal, the code generator for every language and framework

Usage no npm install needed!

<script type="module">
  import crystalCli from 'https://cdn.skypack.dev/crystal-cli';
</script>

README

Crystal CLI

CLI of Crystal, the code generator for every language and framework

Install

Install Crystal CLI globally using npm:

npm install crystal-cli -g

Usage

Once installed, crystal can be used in any directory:

crystal [command]

Commands:

  build             build project
  config            get project's Crystal Config
  help              get help
  init              initialize project
  install <module>  install module
  run               run project
  search <module>   search for modules
  update            update project's modules