apeman-proto-debug

Prototype for project with debug.
Installation
$ npm install apeman-proto-debug --save
Usage
'use strict'
module.exports = {
$pkg: { /* ... */ },
$proto: [
// Inherit apeman-proto-debug project.
require('apeman-proto-debug')
],
$tmpls: { /* ... */ },
$tasks: { /* ... */ }
}
Apemanfile Configurations
$pkg
| Name |
Value |
| name |
apeman-proto-debug |
| version |
2.0.3 |
| description |
Prototype for project with debug. |
$proto
$tmpls
| Path |
Force |
Mode |
Tmpl |
Data |
| bin/debug/.debug.js.bud |
false |
'644' |
#!/usr/bin/env node /** * Bud file ... |
{"year":2016,"params":{"type":"bin-de... |
$tasks
| Name |
Description |
| debug:chmod |
Change file permissions for project with debug. |
| debug:mkdir |
Generate directories for project with debug. |
| debug:render |
Render bud files |
$wtchs
| Name |
Description |
| debug:render |
{"pattern":["bin/debug/.*.bud"]} |
$needs
| Bin |
How to install |
| apeman |
npm install -g apeman |
License
This software is released under the MIT License.
Links