untildify
Advanced tools
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
Weekly downloads
Changelog
Breaking:
Enhancements:
https://github.com/sindresorhus/untildify/compare/v3.0.3...v4.0.0
Readme
Convert a tilde path to an absolute path:
~/dev→/Users/sindresorhus/dev
$ npm install untildify
const untildify = require('untildify');
untildify('~/dev');
//=> '/Users/sindresorhus/dev'
See tildify for the inverse.
MIT © Sindre Sorhus
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
The npm package untildify receives a total of 7,050,606 weekly downloads. As such, untildify popularity was classified as popular.
We found that untildify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 2 open source maintainers collaborating on the project.
Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.