apeman-proto-ci

2.0.2 • Public • Published

apeman-proto-ci

Build Status Code Climate Code Coverage npm Version JS Standard

Prototype for project with ci.

Installation

$ npm install apeman-proto-ci --save

Usage

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

Apemanfile Configurations

$pkg

Name Value
name apeman-proto-ci
version 2.0.2
description Prototype for project with ci.

$proto

$tmpls

Path Force Mode Tmpl Data
ci/.js.bud false '644' #!/usr/bin/env node /** * Bud file ... {"year":2016,"params":{"type":"ci","n...
ci/misc/.js.bud false '644' #!/usr/bin/env node /** * Bud file ... {"year":2016,"params":{"type":"ciMisc...

$tasks

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

$wtchs

Name Description
ci:render {"pattern":"ci/**/.*.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-ci

Weekly Downloads

0

Version

2.0.2

License

MIT

Last publish

Collaborators

  • okunishinishi