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