Metadata-Version: 2.4
Name: nvm-run
Version: 1.0.1
Summary: Just run a particular version of node using nvm
Author-email: "@readwithai" <talwrii@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# nvm-run
Just *run* a particular version of node using nvm. Handles all the scripting stuff.

AI-generated code.

## Installation
```
pipx nstall nvm-run
```

## Usage 
You have to install the version yourself with:
```
nvm-run --isntall 18
```

You can then a particular version of claude with
```
nvm-run 18 -- program args
```

# About
I make tools for reading and reasearchw ith and without AI. You can find me on X at @readwithai
