path-to-template
Installation
$ npm install --save path-to-template
Example
var pathT = ;var tpl = ;var params = tpl;console;var path = tpl;console; // Output:// { a: 'hello', b: 'world' }// /hello/world
$ npm install --save path-to-template
var pathT = ;var tpl = ;var params = tpl;console;var path = tpl;console; // Output:// { a: 'hello', b: 'world' }// /hello/world
npm i path-to-template
3
0.0.3
ISC