apeman-tmpl-contrib-ci

1.1.0 • Public • Published

apeman-tmpl-contrib-ci

Build Status Code Climate Code Coverage Dependency Status npm Version

Template for ci

Usage

var ci = require('apeman-tmpl-contrib-ci'),
    coz = require('coz');
 
// Generate bud data and render with coz.
coz.render([
    ci.buildJs({
        path: 'ci/build.js'
    })
], function (err) {
    /*...*/
});
 
 

Tmpls

Bud information for each tmpl.

Signature Mode Force Tmpl
.buildJs({}) '755' false asset/hbs/build.js.hbs
.coverJs({}) '755' false asset/hbs/cover.js.hbs
.deployJs({}) '755' false asset/hbs/deploy.js.hbs
.releaseJs({}) '755' false asset/hbs/release.js.hbs
.reportJs({}) '755' false asset/hbs/report.js.hbs
.testJs({}) '755' false asset/hbs/test.js.hbs
.updateJs({}) '755' false asset/hbs/update.js.hbs

License

This software is released under the MIT License.

Links

Package Sidebar

Install

npm i apeman-tmpl-contrib-ci

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • okunishinishi