apeman-proto-wtch
v2.0.1
Published
Prototype for project with watch.
Downloads
15
Readme
apeman-proto-wtch
Prototype for project with watch.
Installation
$ npm install apeman-proto-wtch --save
Usage
'use strict'
module.exports = {
$pkg: { /* ... */ },
$proto: [
// Inherit apeman-proto-wtch project.
require('apeman-proto-wtch')
],
$tmpls: { /* ... */ },
$tasks: { /* ... */ }
}
Apemanfile Configurations
$pkg
| Name | Value | | --- | ---- | | name | apeman-proto-wtch | | version | 2.0.1 | | description | Prototype for project with watch. |
$proto
$tasks
| Name | Description | | ---- | --- | | wtch:list | List available watches. | | wtch:start | Start all watches. |
$needs
| Bin | How to install |
| --- | ----- |
| apeman | npm install -g apeman
|
License
This software is released under the MIT License.