ora-cli
v0.0.12
Published
🚧 FE development scaffolding
Downloads
59
Readme
ora-cli
A simple scaffolding for creating ora projects.
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install ora-cli -gUsage
# Get ora help
$ ora / ora -h / ora --help
# List templates
$ ora list
# New project
$ ora init [template-name] <project-name>Example:
$ ora init project-name
# Or
$ ora init username/repo project-nameThe above command pulls the template from ora-templates, prompts for some information, and generates the project at ./my-project/.
