Convert an absolute path to a tilde path:
/Users/sindresorhus/dev→~/dev
$ npm install tildify
import tildify from 'tildify';
tildify('/Users/sindresorhus/dev');
//=> '~/dev'See untildify for the inverse.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Convert an absolute path to a tilde path:
/Users/sindresorhus/dev→~/dev
$ npm install tildify
import tildify from 'tildify';
tildify('/Users/sindresorhus/dev');
//=> '~/dev'See untildify for the inverse.