apeman-proto-peer

2.0.0 • Public • Published

apeman-proto-peer

Build Status Code Climate Code Coverage npm Version

Prototype project for peer.

Installation

$ npm install apeman-proto-peer --save

Usage

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

'use strict'

module.exports = {
  $ctx: {
    /** Port for peer server */
    peerPort: 9000,

    /** Endpoint url for peer */
    peerPath: '/api/peer'
  },
  $apps: {
    "default": [
      'peer:handle'
      /* ... */
    ]
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-peer project.
    require('apeman-proto-peer')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-peer
version 2.0.0
description Prototype project for peer.

$proto

$apps

Name Description
peer:handle {"undefined":[{}]}

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-peer

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi