npm-version-reader

0.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i npm-version-reader

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

5.92 kB

Total Files

4

Last publish

Collaborators

  • glennhk