Alexandre-io / outdatedlog

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdatedlog Build Status Codacy Badge Known Vulnerabilities

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog.

Setup

$ npm install -g outdatedlog

Command-line Usage

Show changelogs for all outdated packages

$ outdatedlog

Show changelogs for all outdated packages including unwanted versions

$ outdatedlog -a

Show changelogs for all outdated global packages

$ outdatedlog -g

Show changelogs for an outdated package (ie. with npm)

$ outdatedlog npm

Show changelogs for a list of outdated packages (ie. with npm and express)

$ outdatedlog npm express

About

This command will check the registry to see if any (or, specific) installed packages are currently outdated and print the changelog

License:MIT License


Languages

Language:JavaScript 100.0%