DEV Community

Tmk
Tmk

Posted on

Get npm package's CHANGELOG in one command

I often run npm-check-updates to update my project's dependencies, but I also want to know what changed.

Traditionally, I need to find the package's GitHub repo, then open GitHub to query its release notes, which is tedious.

Thankfully, GitHub has a CLI version, so that we can do something in the terminal! With a custom extension, I can do the same thing in one command: gh cl react

Demo

https://github.com/tmkx/gh-cl

Top comments (0)