3.0.1 • Published 8 years ago

apeman-proto-bin v3.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago