1.3.1 • Published 8 years ago

decheck v1.3.1

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

decheck npm version npm downloads

Checkout the dependencies an npm module depends on.

Purpose

I always need to browse a module's package.json to find new modules that are used by it. octo-link and npm-hub both are good but not enough for me, cuz I often use terminal.

asciicast

Install

$ npm install -g decheck

Usage

In the program screen you can use arrow keys or your mouse to scroll content, Vi mode is also supported. Press q or ESC or Ctrl-C to exit program.

$ decheck express

# or check current working project
$ decheck .
$ decheck -h

  Usage:
  
    decheck <moduleName> [moduleVersion]

    -d/--dev:        Check the devDependencies
    -r/--registry:   Set custom npm registry
    -c/--cn:         Set npm registry to China mirror
    -v/--version:    Print version
    -h/--help:       Print help

License

MIT © EGOIST

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago