markab-template

0.0.3 • Public • Published

#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

Readme

Keywords

none

Package Sidebar

Install

npm i markab-template

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • yuanchuan