markab-template

A collection a dev templates for markab

Usage no npm install needed!

<script type="module">
  import markabTemplate from 'https://cdn.skypack.dev/markab-template';
</script>

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