apeman-proto-bin

Prototype for project with bin.

Usage no npm install needed!

<script type="module">
  import apemanProtoBin from 'https://cdn.skypack.dev/apeman-proto-bin';
</script>

README

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