2.0.1 • Published 8 years ago

apeman-proto-sign v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

apeman-proto-sign

Build Status Code Climate Code Coverage npm Version JS Standard

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

NameValue
nameapeman-proto-sign
version2.0.1
descriptionPrototype type for project with sign.

$proto

$apps

NameDescription
sign:routeRouting for sign.
sign:setupSetup signed methods.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago