js-join-path-template
v0.0.1
Published
Apply `require('path').join` with ES6 tagged template strings.
Downloads
3
Readme
Join Path Template
Apply require('path').join
with ES6 tagged template strings.
Install
npm install join-path-template
Usage
var fs = require('fs')
var j = require('join-path-template')
fs.readFileSync(j`${__dirname}/../../path/to/dest`)
License
MIT