apeman-proto-oauth

2.0.0 • Public • Published

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

Name Value
name apeman-proto-oauth
version 2.0.0
description Prototype type for project with oauth.

$proto

$apps

Name Description
oauth:route Routing for oauth.
oauth:setup Setup oauthed 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-oauth

Weekly Downloads

3

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi