1.1.0 • Published 10 years ago

apeman-tmpl-contrib-ci v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.

SignatureModeForceTmpl
.buildJs({})'755'falseasset/hbs/build.js.hbs
.coverJs({})'755'falseasset/hbs/cover.js.hbs
.deployJs({})'755'falseasset/hbs/deploy.js.hbs
.releaseJs({})'755'falseasset/hbs/release.js.hbs
.reportJs({})'755'falseasset/hbs/report.js.hbs
.testJs({})'755'falseasset/hbs/test.js.hbs
.updateJs({})'755'falseasset/hbs/update.js.hbs

License

This software is released under the MIT License.

Links

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago