2.0.2 • Published 8 years ago

apeman-proto-ci v2.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

NameValue
nameapeman-proto-ci
version2.0.2
descriptionPrototype for project with ci.

$proto

$tmpls

PathForceModeTmplData
ci/.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"ci","n...
ci/misc/.js.budfalse'644'#!/usr/bin/env node /** * Bud file ...{"year":2016,"params":{"type":"ciMisc...

$tasks

NameDescription
ci:chmodChange file permissions for project with CI.
ci:mkdirGenerate directories for project with CI.
ci:renderRender bud files

$wtchs

NameDescription
ci:render{"pattern":"ci/*/..bud"}

$needs

BinHow to install
apemannpm install -g apeman

License

This software is released under the MIT License.

Links

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago