2.0.2 • Published 9 years ago
apeman-proto-subpack v2.0.2
apeman-proto-subpack
Prototype for project with sub packages.
Installation
$ npm install apeman-proto-subpack --save
Usage
/** This is an example Apemanfile.js */
'use strict'
module.exports = {
$ctx: {
// Project context
},
$pkg: { /* ... */ },
$proto: [
// Inherit apeman-proto-subpack project.
require('apeman-proto-subpack')
],
$tmpls: { /* ... */ },
$tasks: { /* ... */ }
}
Apemanfile Configurations
$pkg
Name | Value |
---|---|
name | apeman-proto-subpack |
version | 2.0.2 |
description | Prototype for project with sub packages. |
$proto
$tasks
Name | Description |
---|---|
subpack:link | Link sub packages |
$needs
Bin | How to install |
---|---|
apeman | npm install -g apeman |
License
This software is released under the MIT License.