apeman-tmpl-contrib-license
v1.2.1
Published
Template for license
Downloads
23
Maintainers
Readme
apeman-tmpl-contrib-license
Template for license
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 |
| --------- | ---- | ----- | ---- |
| .mitLicense({})
| '644' | false | asset/hbs/mit_license.hbs |
License
This software is released under the MIT License.