dpnopn
v0.0.6
Published
The homepage opener for npm modules that your project depend on.
Downloads
10
Readme
dpnopn [Deperecated]
dpnopn - The homepage opener for npm modules that your project depend on.
This tool is no longer maintained
This is a prototype for dpndon-cli , so please consider to use it instead.
it provides same function as dpndon with opener command.
Usage
# install dpnopn
npm install dpnopn -g
# move to your node project root
cd your/node/project
# run dpnopn to open homepage of your project's dependency.
dpnopn
Option
By default, dpnopn only show choice for production dependencies.
You tell dpnopn to show other choices such as devDependencies with command options.
For example, dpnopn -PD
will show chose of production and devDependencies.
available option is donw below.
- -h, --help: show help
- -P: with productionDependencies
- -D: with devDependencies
- -O: with optionalDependencies
- -B: with bundleDependencies
License
MIT