apeman-tmpl-contrib-dotfiles

1.0.4 • Public • Published

apeman-tmpl-contrib-dotfiles

Build Status Code Climate Code Coverage Dependency Status npm Version

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.

Links

Package Sidebar

Install

npm i apeman-tmpl-contrib-dotfiles

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • okunishinishi