1.0.10 • Published 10 years ago
detail v1.0.10
detail
The detail command allows you to get information about a nodejs package or project on a web page browsed using your default web browser.
Installation
The detail package needs to be installed globally:
$ npm install -g detailHow does it work
Once installed, you can run the command detail with path to your project as argument
$ detail /path/to/your/projector
$ cd /path/to/your/project
$ detailIf you want to get details of a node module, you can run the command
$ detail /path/to/your/project moduleNameOr simply run the command detail with -m option:
$ detail -m moduleNameTo get details of globally installed modules, simply use the -g option:
$ detail -g moduleNameLicense
MIT