Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | пре 7 година | |
---|---|---|
.. | ||
index.js | пре 7 година | |
license | пре 7 година | |
package.json | пре 7 година | |
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