filenamify : Convert a string to a valid safe filename. You can installing filenamify 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 filenamify $ sudo npm install -g filenamify
If want to update the filenamify package execute the command as below,
$ sudo npm update filenamify
Update package globally,
$ npm install -g filenamify
$ sudo git clone https://github.com/rektide/filenamify.git
$ sudo npm install -g ./filenamify
filenamify@2.0.0 /usr/lib/node_modules/filenamify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filenamify
Package Name | filenamify |
Version | 2.0.0 |
Description | Convert a string to a valid safe filename |
Released Date | 2017-01-12T08:36:13.907Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/filenamify/tutorial |