template-path

0.1.1 • Public • Published

template-path

Resolve template string as a path

const path = require('template-path')
 
const project = path`${process.env.HOME}/jamen/template-path`
// => /home/jamen/jamen/template-path/

Installation

$ npm install --save template-path

Usage

path tag function

path is a template string tag you use to normalize them as paths:

// Join paths together
const example1 = path`foo/${bar}/baz.json`
 
// Use functions in the middle of your paths
const example2 = path`${os.tmpdir()}/my-project/${uuid()}.svg`
 
// Deal with file extensions
const example3 = path`${__dirname}/${name}.${ext}`

License

MIT © Jamen Marz


version travis downloads license follow

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    3
  • 0.1.0
    1

Package Sidebar

Install

npm i template-path

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • npm