0.0.3 • Published 11 years ago

markab-template v0.0.3

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

#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