loopback-explorer : Browse and test your LoopBack apps APIs. You can installing loopback-explorer 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 loopback-explorer $ sudo npm install -g loopback-explorer
If want to update the loopback-explorer package execute the command as below,
$ sudo npm update loopback-explorer
Update package globally,
$ npm install -g loopback-explorer
$ sudo git clone https://github.com/rektide/loopback-explorer.git
$ sudo npm install -g ./loopback-explorer
loopback-explorer@2.0.2 /usr/lib/node_modules/loopback-explorer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loopback-explorer
Package Name | loopback-explorer |
Version | 2.0.2 |
Description | Browse and test your LoopBack apps APIs |
Released Date | 2015-09-21T13:56:54.670Z |
Published by | bajtos |
How to Learn | https://www.npmjs.com/package/loopback-explorer/tutorial |