Home

Awesome

Rapidly

This is an API helper built on Express.js, with this, you can rapidly manage your own API paths/actions on the fly.

Installation

npm install -g rapidly

Command

Usage:

rapidly [options]

Options:

-h, --help          output usage information
-V, --version       output the version number
build [schemaName]  Build Necessary Files/Directories
--rebuild           Rebuild the Schema File 

Setup

var Rapidly = require('rapidly');
app.all('/api/*', new Rapidly);

Notice

var expressValidator = require('express-validator');
app.use(expressValidator);

Author

EragonJ ( Chia-Lung, Chen )

LICENSE

MIT License