apeman-proto-hosts

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