Skip to content

A Node JS Version Manager GUI tool made using Tauri

Notifications You must be signed in to change notification settings

Ulrich-Tonmoy/vm

Repository files navigation

Version Manager Logo

Version Manager

A Node JS Version Manager GUI tool made using Tauri.

Version Manager

Features

  • Show LTS, Current, Stable and Unstable old available Node Version.
  • Download/install Multiple Node versions.
  • Change Node version from the installed/downloaded version.
  • Change Theme dark/light/system
  • Change font Monaspace {Argon, Krypton, Neon, Radon, Xenon}

Technologies

  • Tauri
  • React
  • TypeScript
  • Tailwind CSS
  • Jotai
  • Shadcn

How to run locally (Windows)

Tip

Recommended IDE Setup

Important

Tools Needed

Note

Commands

  • Open the folder in vs code or terminal.
  • Run the npm i to install the packages.
  • Then run the npm run tauri dev to run the project.
<!-- Folder Structure store data -->
AppData/Roaming/Version Manager/
├── v20.15.1
├── ... all downloaded versions
├── version-list.json
└── config.json