apeman-proto-log
v2.0.1
Published
Prototype for projects with log
Downloads
2
Readme
apeman-proto-log
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.