grunt-text-replace : Replace text in files using strings, regexs or functions.. You can installing grunt-text-replace 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 grunt-text-replace $ sudo npm install -g grunt-text-replace
If want to update the grunt-text-replace package execute the command as below,
$ sudo npm update grunt-text-replace
Update package globally,
$ npm install -g grunt-text-replace
$ sudo git clone https://github.com/rektide/grunt-text-replace.git
$ sudo npm install -g ./grunt-text-replace
grunt-text-replace@0.4.0 /usr/lib/node_modules/grunt-text-replace
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-text-replace
| Package Name | grunt-text-replace |
| Version | 0.4.0 |
| Description | Replace text in files using strings, regexs or functions. |
| Released Date | 2014-11-23T08:52:49.414Z |
| Published by | yoniholmes |
| How to Learn | https://www.npmjs.com/package/grunt-text-replace/tutorial |