apeman-proto-wtch

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-wtch

Weekly Downloads

3

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi