1.2.4 • Published 6 years ago
roas-cli v1.2.4
roas-cli
fullstack roas generator for Koa2, ES6 and Sequelize server framework
Features
- Ruby on Rails Style
- Support koa 2.x
- Support ORM
- Support REST API
- Support ES6
Installation
$ npm install -g roas-cliQuick Start roas
The quickest way to get started with roas is executable roas to generate an application as shown below:
Create the app:
$ roas roas-app && cd roas-appInstall dependencies:
$ npm installRock and Roll
$ npm startmore 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