PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
tildify
# tildify [](https://travis-ci.org/sindresorhus/tildify) > Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev` ## Install ``` $ npm install --save tildify ``` ## Usage ```js const tildify = require('tildify'); tildify('/Users/sindresorhus/dev'); //=> '~/dev' ``` ## Related See [untildify](https://github.com/sindresorhus/untildify) for the inverse. ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]