Skip to content

Prints the changelog for current or for the specific version of Node.js release to the termial.

License

Notifications You must be signed in to change notification settings

unigazer/node-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-changes - (Node release)

Get the release changelog right from your terminal!

Whenever Node releases a new version of the runtime I want to read the changelog, and then I thought: "Why not make changelogs super-nerdy so that I can read the changelog right from my terminal?". And then it happened. I decided to read the GitHub v3 RESTful API and created a CLI tool that lets you read the changelog for your local Node version or for a specific Node version.

Install

npm i -g node-changes

Usage

Usage: node-changes [options]

Options:
  -t, --tag [ver]  Get changelog for the particular release

$ node-changes -t 18.12.0

Or just run

$ node-changes

to get the changelog for the version on your machine.

Examples

  • Without specifying the tag version.

terminal_execution

  • With specifying the tag version.

terminal_execution

Interaction

You can click on the commit hash (Ctrl + click or Super + click) and it will launch a browser instance with a direct link to the commit hash.

About

Prints the changelog for current or for the specific version of Node.js release to the termial.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published