Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | 6 سال پیش | |
---|---|---|
.. | ||
index.js | 7 سال پیش | |
license | 7 سال پیش | |
package.json | 6 سال پیش | |
readme.md | 7 سال پیش |
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