https://github.com/itinance/extractdeps
Extract dependencies from package.json for further usage with commandline tools
https://github.com/itinance/extractdeps
Last synced: 11 months ago
JSON representation
Extract dependencies from package.json for further usage with commandline tools
- Host: GitHub
- URL: https://github.com/itinance/extractdeps
- Owner: itinance
- License: mit
- Created: 2017-11-19T12:26:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T13:02:06.000Z (over 8 years ago)
- Last Synced: 2025-07-08T10:24:39.693Z (11 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extractdeps
This command extracts all dependencies from a given `package.json`-file.
## Installation
```
npm install -g extractdeps
```
## Usage:
```
extractdeps path/to/package.json
```
Parameters:
`--dev` will list devDependencies instead of dependencies