Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | hace 6 años | |
---|---|---|
.. | ||
index.js | hace 7 años | |
license | hace 7 años | |
package.json | hace 6 años | |
readme.md | hace 7 años |
Convert an absolute path to a tilde path:
/Users/sindresorhus/dev
→~/dev
$ npm install --save tildify
const tildify = require('tildify');
tildify('/Users/sindresorhus/dev');
//=> '~/dev'
See untildify for the inverse.
MIT © Sindre Sorhus