apeman-proto-package

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
Name |
Value |
name |
apeman-proto-package |
version |
2.0.3 |
description |
Prototype for project with package |
$proto
$tmpls
Path |
Force |
Mode |
Tmpl |
Data |
package.json |
false |
'644' |
{ "name": "{{#if parent.name}}@{{pa... |
{"params":{"name":"__your_package_nam... |
$needs
Bin |
How to install |
apeman |
npm install -g apeman |
License
This software is released under the MIT License.
Links