apeman-proto-log

2.0.1 • Public • Published

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

Name Value
name apeman-proto-log
version 2.0.1
description Prototype for projects with log

$proto

$tasks

Name Description
log:clean Clean up logs.
log:mkdir Generate directories for a project with log.

$needs

Bin How to install
apeman npm install -g apeman

License

This software is released under the MIT License.

Links

Dependencies (5)

Dev Dependencies (16)

Package Sidebar

Install

npm i apeman-proto-log

Weekly Downloads

1

Version

2.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi