0.0.6 • Published 5 years ago
npm-version-reader v0.0.6
NPM version reader
Command line tool for reading NPM packages dependencies.
Getting Started
Installing
npm install -g npm-version-readerArguments
The only positional argument (and the only required one) is the package name.
Optional arguments
| Parameter | Default | Description |
|---|---|---|
| -m, --onlyMajor | false | Inspect only the latest version for each major. |
| -s, --onlyStable | false | Inspect only stable versions (no alpha, beta, prereleases). |
| --registry | Registry to query. Leave empty to use current registry set in NPM config. | |
| -r, --range | Semver range to retrieve. |
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Davide Canton - Initial work - DavideCanton
License
This project is licensed under the MIT License - see the LICENSE file for details