2.0.0 • Published 8 years ago

apeman-proto-oauth v2.0.0

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

apeman-proto-oauth

Build Status Code Climate Code Coverage npm Version

Prototype type for project with oauth.

Installation

$ npm install apeman-proto-oauth --save

Usage

/** This is an example Apemanfile.js */

'use strict'

module.exports = {
  $ctx: {
    // Project context
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-oauth project.
    require('apeman-proto-oauth')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-oauth
version2.0.0
descriptionPrototype type for project with oauth.

$proto

$apps

NameDescription
oauth:routeRouting for oauth.
oauth:setupSetup oauthed methods.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links