apeman-proto-oauth

Prototype type for project with oauth.

Usage no npm install needed!

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

README

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