replace-ext : Replaces a file extension with another one. You can installing replace-ext 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 replace-ext $ sudo npm install -g replace-ext
If want to update the replace-ext package execute the command as below,
$ sudo npm update replace-ext
Update package globally,
$ npm install -g replace-ext
$ sudo git clone https://github.com/rektide/replace-ext.git
$ sudo npm install -g ./replace-ext
replace-ext@1.0.0 /usr/lib/node_modules/replace-ext
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall replace-ext
| Package Name | replace-ext |
| Version | 1.0.0 |
| Description | Replaces a file extension with another one |
| Released Date | 2016-08-16T02:58:47.596Z |
| Published by | phated |
| How to Learn | https://www.npmjs.com/package/replace-ext/tutorial |