/ora-cli

🚧 FE development scaffolding.

Primary LanguageJavaScriptMIT LicenseMIT

ora-cli

Build status NPM Download NPM Version NPM License PRs Welcome

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 -g

Usage

# 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-name

The above command pulls the template from ora-templates, prompts for some information, and generates the project at ./my-project/.

License

MIT