apeman-proto-package

2.0.3 • Public • Published

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

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

Readme

Keywords

Package Sidebar

Install

npm i apeman-proto-package

Weekly Downloads

1

Version

2.0.3

License

MIT

Last publish

Collaborators

  • okunishinishi