npm.io
3.0.9 • Published 7 years agoCLI

roas-generator

Licence
MIT
Version
3.0.9
Deps
3
Size
172 kB
Vulns
0
Weekly
0

roas-generator

http://github.com/libinqi/roas-generator/

Features

  • Ruby on Rails Style
  • Support koa 2.x
  • Support ORM
  • Support REST API
  • Support ES6

Installation

$ npm install -g roas-generator

Quick Start roas

The quickest way to get started with roas is executable koa2 to generate an application as shown below:

Create the app:

$ roas roas-app && cd roas-app

Install dependencies:

$ npm install

Rock and Roll

$ npm start

more detail see roas-demo

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
-V, --version       output the version number

License

MIT