node-versions CLI
A simple CLI to easily check node versions
Getting started
Install it globally:
npm add -g @raulfdm/node-versions
Then run:
node-versions <flag>
API
🌟 Node Versions CLI 🌟
Usage:
$ node-versions <flag>
Options:
--all Show all versions
--all-lts Show all LTS versions
--latest Show latest version
--latest-of Show latest version of a specific version
--lts Show current LTS version
Examples:
$ node-versions --all
$ node-versions --all-lts
$ node-versions --latest
$ node-versions --latest-of 20
$ node-versions --lts