mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
tildify 
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'
Related
See untildify for the inverse.
License
MIT © Sindre Sorhus