apeman-tmpl-contrib-ci

Template for ci

Usage no npm install needed!

<script type="module">
  import apemanTmplContribCi from 'https://cdn.skypack.dev/apeman-tmpl-contrib-ci';
</script>

README

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