Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulrich-tonmoy/vm
A Version Manager GUI tool made using Tauri
https://github.com/ulrich-tonmoy/vm
Last synced: about 7 hours ago
JSON representation
A Version Manager GUI tool made using Tauri
- Host: GitHub
- URL: https://github.com/ulrich-tonmoy/vm
- Owner: Ulrich-Tonmoy
- Created: 2024-04-30T12:36:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:24:15.000Z (6 months ago)
- Last Synced: 2024-05-22T16:11:51.854Z (6 months ago)
- Language: TypeScript
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Version Manager
A Node JS Version Manager GUI tool made using Tauri.
> [!NOTE]
>
> [Download For Windows From Here](https://github.com/Ulrich-Tonmoy/vm/releases)
>
> [nvm-desktop (Better alternative)](https://github.com/1111mp/nvm-desktop)
### Features
- [x] Show LTS, Current, Stable and Unstable old available Node Version.
- [x] Download/install Multiple Node versions.
- [x] Change Node version from the installed/downloaded version.
- [x] Change Theme dark/light/system
- [x] Change font Monaspace {Argon, Krypton, Neon, Radon, Xenon}### Technologies
- [x] Tauri
- [x] React
- [x] TypeScript
- [x] Tailwind CSS
- [x] Jotai
- [x] Shadcn## How to run locally (Windows)
> [!TIP]
> Recommended IDE Setup
>
> - [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)> [!IMPORTANT]
> Tools Needed
>
> - [Node.js](https://nodejs.org/en/download/) + [Rust](https://www.rust-lang.org/tools/install) + [Visual Studio C++ toolchain](https://visualstudio.microsoft.com/vs/features/cplusplus/)> [!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.```
AppData/Roaming/Version Manager/
├── v20.15.1
├── ... all downloaded versions
├── version-list.json
└── config.json
```