touch : like touch(1) in node. You can installing touch 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 touch $ sudo npm install -g touch
If want to update the touch package execute the command as below,
$ sudo npm update touch
Update package globally,
$ npm install -g touch
$ sudo git clone https://github.com/rektide/touch.git
$ sudo npm install -g ./touch
touch@3.1.0 /usr/lib/node_modules/touch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall touch
| Package Name | touch |
| Version | 3.1.0 |
| Description | like touch(1) in node |
| Released Date | 2017-06-30T23:40:39.606Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/touch/tutorial |