apeman-proto-sign

2.0.1 • Public • Published

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

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-sign

Weekly Downloads

2

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi