apeman-proto-rest
4.0.0 • Public • Published apeman-proto-rest

Prototype for project with RESTful API
Installation
$ npm install apeman-proto-rest --save
Usage
'use strict'
module.exports = {
$ctx: {
restRoutes: {
'/user': require('./routes/user_route'),
'/article': require('./routes/article_route')
}
},
$pkg: { },
$proto: [
require('apeman-proto-rest')
],
$tmpls: { },
$tasks: { }
}
Apemanfile Configurations
$pkg
Name |
Value |
name |
apeman-proto-rest |
version |
4.0.0 |
description |
Prototype for project with RESTful API |
$proto
$apps
Name |
Description |
rest:route |
{} |
rest:setup |
{"/":[null,null,null]} |
$needs
Bin |
How to install |
apeman |
npm install -g apeman |
License
This software is released under the MIT License.
Links
Package Sidebar
Install
Weekly Downloads