Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/decheck
Checkout the dependencies an npm module depends on
https://github.com/egoist/decheck
Last synced: about 2 months ago
JSON representation
Checkout the dependencies an npm module depends on
- Host: GitHub
- URL: https://github.com/egoist/decheck
- Owner: egoist
- License: mit
- Created: 2016-02-25T03:33:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:32:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T15:10:51.597Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-npm - decheck - Explore dependencies of npm packages in the command-line. (Packages / Other)
- awesome-npm - decheck - Explore dependencies of npm packages in the command-line. (Packages / Other)
README
# decheck [![npm version](https://img.shields.io/npm/v/decheck.svg)](https://npmjs.com/package/decheck) [![npm downloads](https://img.shields.io/npm/dm/decheck.svg)](https://npmjs.com/package/decheck)
> 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](https://github.com/octo-linker/chrome-extension) and [npm-hub](https://github.com/zeke/npm-hub) both are good but not enough for me, cuz I often use terminal.
[![asciicast](https://asciinema.org/a/79811.png)](https://asciinema.org/a/79811)
## Install
```bash
$ 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.
```bash
$ decheck express# or check current working project
$ decheck .
``````bash
$ decheck -hUsage:
decheck [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](https://github.com/egoist)