2.0.3 • Published 10 years ago

apeman-proto-debug v2.0.3

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

apeman-proto-debug

Build Status Code Climate Code Coverage npm Version JS Standard

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

NameValue
nameapeman-proto-debug
version2.0.3
descriptionPrototype for project with debug.

$proto

$tmpls

PathForceModeTmplData
bin/debug/.debug.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"bin-de...

$tasks

NameDescription
debug:chmodChange file permissions for project with debug.
debug:mkdirGenerate directories for project with debug.
debug:renderRender bud files

$wtchs

NameDescription
debug:render{"pattern":"bin/debug/.*.bud"}

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago