README
apeman-tmpl-contrib-ci
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.