吕君喜 406d880ac6 first | пре 3 година | |
---|---|---|
.. | ||
index.js | пре 3 година | |
package.json | пре 3 година | |
readme.md | пре 3 година |
Convert an absolute path to a tilde path:
/Users/sindresorhus/dev
=>~/dev
$ npm install --save tildify
var tildify = require('tildify');
tildify('/Users/sindresorhus/dev');
//=> ~/dev
See untildify for the inverse.
MIT © Sindre Sorhus