sw-toolbox : Service Worker Toolbox provides some simple helpers for use in creating your own service workers.. You can installing sw-toolbox 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 sw-toolbox $ sudo npm install -g sw-toolbox
If want to update the sw-toolbox package execute the command as below,
$ sudo npm update sw-toolbox
Update package globally,
$ npm install -g sw-toolbox
$ sudo git clone https://github.com/rektide/sw-toolbox.git
$ sudo npm install -g ./sw-toolbox
sw-toolbox@3.6.0 /usr/lib/node_modules/sw-toolbox
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sw-toolbox
| Package Name | sw-toolbox |
| Version | 3.6.0 |
| Description | Service Worker Toolbox provides some simple helpers for use in creating your own service workers. |
| Released Date | 2017-02-23T19:26:08.776Z |
| Published by | jeffposnick |
| How to Learn | https://www.npmjs.com/package/sw-toolbox/tutorial |