Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (49 loc) · 1.72 KB
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