2.0.2 • Published 9 years ago
apeman-proto-ci

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