2.0.1 • Published 8 years ago

apeman-proto-log v2.0.1

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

apeman-proto-log

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for projects with log

Installation

$ npm install apeman-proto-log --save

Usage

'use strict'

module.exports = {
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-log project.
    require('apeman-proto-log')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-log
version2.0.1
descriptionPrototype for projects with log

$proto

$tasks

NameDescription
log:cleanClean up logs.
log:mkdirGenerate directories for a project with log.

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links