apeman-proto-bin
v3.0.1
Published
Prototype for project with bin.
Downloads
8
Readme
apeman-proto-bin
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
| Name | Value | | --- | ---- | | name | apeman-proto-bin | | version | 3.0.1 | | description | Prototype for project with bin. |
$proto
$tasks
| Name | Description | | ---- | --- | | bin:chmod | Change file permissions for project with bin. | | bin:mkdir | Generate directories for project with bin. | | bin:render | Render bud files. |
$wtchs
| Name | Description | | ---- | --- | | bin:render | {"pattern":"bin/**/.*.bud"} |
$needs
| Bin | How to install |
| --- | ----- |
| apeman | npm install -g apeman
|
License
This software is released under the MIT License.