Skip to content

PierreDuc/npm-install-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Npm cli module to update npm packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published