keymaster : library for defining and dispatching keyboard shortcuts. You can installing keymaster 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 keymaster $ sudo npm install -g keymaster
If want to update the keymaster package execute the command as below,
$ sudo npm update keymaster
Update package globally,
$ npm install -g keymaster
$ sudo git clone https://github.com/rektide/keymaster.git
$ sudo npm install -g ./keymaster
keymaster@1.6.2 /usr/lib/node_modules/keymaster
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall keymaster
Package Name | keymaster |
Version | 1.6.2 |
Description | library for defining and dispatching keyboard shortcuts |
Released Date | 2014-05-16T12:33:57.880Z |
Published by | thomasfuchs |
How to Learn | https://www.npmjs.com/package/keymaster/tutorial |