apeman-proto-sign

Prototype type for project with sign.
Installation
$ npm install apeman-proto-sign --save
Usage
/** This is an example Apemanfile.js */
'use strict'
module.exports = {
$ctx: {
/** Routes for sign */
signRoutes: {
'/sign': require('./routes/sign_route')
}
},
$pkg: {/* ... */},
$proto: [
// Inherit apeman-proto-sign project.
require('apeman-proto-sign')
],
$tmpls: {/* ... */},
$tasks: {/* ... */}
}
Apemanfile Configurations
$pkg
| Name |
Value |
| name |
apeman-proto-sign |
| version |
2.0.1 |
| description |
Prototype type for project with sign. |
$proto
$apps
| Name |
Description |
| sign:route |
Routing for sign. |
| sign:setup |
Setup signed methods. |
$needs
| Bin |
How to install |
| apeman |
npm install -g apeman |
License
This software is released under the MIT License.
Links