1.0.2 • Published 3 years ago

npm-install-latest v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Npm Install Latest

npm-install-latest will update your packages defined in your local folder or globally to the latest version

Installation

npm i -g npm-install-latest

Usage

Execute in current project to update local packages

npm-install-latest

Execute anywhere to update global packages

npm-install-latest -g
npm-install-latest --global

Force npm to fetch remote resources even if a local copy exists on disk

npm-install-latest -f
npm-install-latest --force

Display help

npm-install-latest -h
npm-install-latest --help

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT