Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

npm-version-reader

DavideCanton6ISC0.0.6

Command line tool for reading NPM packages dependencies.

readme

NPM version reader

Command line tool for reading NPM packages dependencies.

Getting Started

Installing

npm install -g npm-version-reader

Arguments

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

License

This project is licensed under the MIT License - see the LICENSE file for details