Détail du package

apeman-proto-wtch

Prototype for project with watch.

apeman, proto, wtch

readme

apeman-proto-wtch

Build Status Code Climate Code Coverage npm Version JS Standard

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.

Links