3.0.1 • Published 9 years ago

apeman-proto-bin v3.0.1

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

apeman-proto-bin

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with bin.

Installation

$ npm install apeman-proto-bin --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-bin
version3.0.1
descriptionPrototype for project with bin.

$proto

$tasks

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

$wtchs

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

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

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