2.0.1 • Published 10 years ago
apeman-proto-wtch v2.0.1
apeman-proto-wtch
Prototype for project with watch.
Installation
$ npm install apeman-proto-wtch --saveUsage
'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.