apeman-proto-sign

Prototype type for project with sign.

Usage no npm install needed!

<script type="module">
  import apemanProtoSign from 'https://cdn.skypack.dev/apeman-proto-sign';
</script>

README

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