apeman-proto-hosts

2.0.0 • Public • Published

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

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

$proto

$tasks

Name Description
hosts:list List local hosts settings.
hosts:set Set local domain settings with docker host ip.
hosts:unset Unset local domain settings with docker host ip.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links

/apeman-proto-hosts/

    Package Sidebar

    Install

    npm i apeman-proto-hosts

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi