Kévin Tessier 04fab6ba46 install gulp | пре 6 година | |
---|---|---|
.. | ||
index.js | пре 6 година | |
license | пре 6 година | |
package.json | пре 6 година | |
readme.md | пре 6 година |
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