DavideCanton / npm-version-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%