0.0.6 • Published 3 years ago

npm-version-reader v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

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

ParameterDefaultDescription
-m, --onlyMajorfalseInspect only the latest version for each major.
-s, --onlyStablefalseInspect only stable versions (no alpha, beta, prereleases).
--registryRegistry to query. Leave empty to use current registry set in NPM config.
-r, --rangeSemver 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

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago