1.0.1 • Published 9 years ago

crystal-cli v1.0.1

Weekly downloads
6
License
-
Repository
-
Last release
9 years ago

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