markab-template
v0.0.3
Published
A collection a dev templates for markab
Downloads
1
Readme
#markab-template
A collection of dev templates for markab
Installation
$ npm install markab-template
API
.copy
(name, target, callback).copyLocal
(local, target, callback)
Example
var template = require('markab-template');
template.copy('basic', 'test', function(err) {
//
});
template.copyLocal('/path/to/new/template', 'test', function(err) {
//
});
License
MIT