0.0.1 • Published 9 years ago

js-join-path-template v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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