1.0.4 • Published 9 years ago

apeman-tmpl-contrib-dotfiles v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

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.

SignatureModeForceTmpl
.codeclimateYml({})'755'falseasset/hbs/codeclimate.yml.hbs
.gitignore({})'755'falseasset/hbs/gitignore.hbs
.npmignore({})'755'falseasset/hbs/npmignore.hbs
.travisYml({})'755'falseasset/hbs/travis.yml.hbs

License

This software is released under the MIT License.

Links

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago