apeman-tmpl-contrib-dotfiles
v1.0.4
Published
Template for dotfiles
Downloads
55
Maintainers
Readme
apeman-tmpl-contrib-dotfiles
Template for dotfiles
Usage
var dotfiles = require('apeman-tmpl-contrib-dotfiles'),
coz = require('coz');
// Generate bud data and render with coz.
coz.render([
dotfiles.gitignore({
path: '.gitignore'
})
], function (err) {
/*...*/
});
Tmpls
Bud information for each tmpl.
| Signature | Mode | Force | Tmpl |
| --------- | ---- | ----- | ---- |
| .codeclimateYml({})
| '755' | false | asset/hbs/codeclimate.yml.hbs |
| .gitignore({})
| '755' | false | asset/hbs/gitignore.hbs |
| .npmignore({})
| '755' | false | asset/hbs/npmignore.hbs |
| .travisYml({})
| '755' | false | asset/hbs/travis.yml.hbs |
License
This software is released under the MIT License.