tildify : Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` ? `~/dev`. You can installing tildify npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install tildify $ sudo npm install -g tildify
If want to update the tildify package execute the command as below,
$ sudo npm update tildify
Update package globally,
$ npm install -g tildify
$ sudo git clone https://github.com/rektide/tildify.git
$ sudo npm install -g ./tildify
tildify@1.2.0 /usr/lib/node_modules/tildify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tildify
| Package Name | tildify |
| Version | 1.2.0 |
| Description | Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` ? `~/dev` |
| Released Date | 2016-04-12T07:46:04.670Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/tildify/tutorial |