node-version-logger
v1.0.3
Published
`node-version-logger` is a simple utility that helps you log and track the Node.js versions used in your projects. It automatically creates a `node-version.json` file during the initial setup of your project and logs all subsequent updates to the Node.js
Downloads
12
Readme
Node Version Logger
node-version-logger
is a simple utility that helps you log and track the Node.js versions used in your projects. It automatically creates a node-version.json
file during the initial setup of your project and logs all subsequent updates to the Node.js version.
Features
- Automatically logs the current Node.js version during the first installation.
- Tracks changes to the Node.js version over time.
- Generates a
node-version.json
file to keep a history of Node.js versions used.
Installation
While you can install this package using npm install
, it's recommended to use npx
to run it directly without installing.
Recommended Usage with npx
npx node-version-logger