2.0.1 • Published 10 years ago

apeman-proto-wtch v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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

NameValue
nameapeman-proto-wtch
version2.0.1
descriptionPrototype for project with watch.

$proto

$tasks

NameDescription
wtch:listList available watches.
wtch:startStart all watches.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago