2.0.0 • Published 9 years ago

apeman-proto-hosts v2.0.0

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

apeman-proto-hosts

Build Status Code Climate Code Coverage npm Version

Prototype for project with hosts.

Installation

$ npm install apeman-proto-hosts --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-hosts
version2.0.0
descriptionPrototype for project with hosts.

$proto

$tasks

NameDescription
hosts:listList local hosts settings.
hosts:setSet local domain settings with docker host ip.
hosts:unsetUnset local domain settings with docker host ip.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links