wallet-core/node_modules/tildify
2016-10-10 03:43:44 +02:00
..
index.js add node_modules to address #4364 2016-10-10 03:43:44 +02:00
license add node_modules to address #4364 2016-10-10 03:43:44 +02:00
package.json add node_modules to address #4364 2016-10-10 03:43:44 +02:00
readme.md add node_modules to address #4364 2016-10-10 03:43:44 +02:00

tildify Build Status

Convert an absolute path to a tilde path: /Users/sindresorhus/dev~/dev

Install

$ npm install --save tildify

Usage

const tildify = require('tildify');

tildify('/Users/sindresorhus/dev');
//=> '~/dev'

See untildify for the inverse.

License

MIT © Sindre Sorhus