2.0.2 • Published 9 years ago

apeman-proto-subpack v2.0.2

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

apeman-proto-subpack

Build Status Code Climate Code Coverage npm Version

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

NameValue
nameapeman-proto-subpack
version2.0.2
descriptionPrototype for project with sub packages.

$proto

$tasks

NameDescription
subpack:linkLink sub packages

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago