1.0.10 • Published 8 years ago

detail v1.0.10

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

detail

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 detail

How does it work

Once installed, you can run the command detail with path to your project as argument

$ detail /path/to/your/project

or

$ cd /path/to/your/project
$ detail

If you want to get details of a node module, you can run the command

$ detail /path/to/your/project moduleName

Or simply run the command detail with -m option:

$ detail -m moduleName

To get details of globally installed modules, simply use the -g option:

$ detail -g moduleName

License

MIT

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago