2.0.3 • Published 10 years ago

apeman-proto-package v2.0.3

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

apeman-proto-package

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with package

Installation

$ npm install apeman-proto-package --save

Usage

/** This is an example Apemanfile.js */

'use strict'

module.exports = {
  $ctx: {
    // Project context
  },
  $pkg: { /* ... */ },
  $proto: [
    // Inherit apeman-proto-package project.
    require('apeman-proto-package')
  ],
  $tmpls: { /* ... */ },
  $tasks: { /* ... */ }
}

Apemanfile Configurations

$pkg

NameValue
nameapeman-proto-package
version2.0.3
descriptionPrototype for project with package

$proto

$tmpls

PathForceModeTmplData
package.jsonfalse'644'{ "name": "{{#if parent.name}}@{{pa...{"params":{"name":"__your_package_nam...

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago