apeman-proto-bin

3.0.1 • Public • Published

apeman-proto-bin

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with bin.

Installation

$ npm install apeman-proto-bin --save

Usage

'use strict'

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

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-bin
version 3.0.1
description Prototype for project with bin.

$proto

$tasks

Name Description
bin:chmod Change file permissions for project with bin.
bin:mkdir Generate directories for project with bin.
bin:render Render bud files.

$wtchs

Name Description
bin:render {"pattern":"bin/**/.*.bud"}

$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-bin

Weekly Downloads

12

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi