吕君喜 406d880ac6 first | il y a 3 ans | |
---|---|---|
.. | ||
index.js | il y a 3 ans | |
package.json | il y a 3 ans | |
readme.md | il y a 3 ans |
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