https://github.com/lucassklp/node.version.management
:sparkles: Yet another node version management software, written in C#
https://github.com/lucassklp/node.version.management
dotnet-core3 dotnet-global-tools node node-version-manager nodejs
Last synced: 2 months ago
JSON representation
:sparkles: Yet another node version management software, written in C#
- Host: GitHub
- URL: https://github.com/lucassklp/node.version.management
- Owner: lucassklp
- Created: 2019-12-27T16:01:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T22:10:51.000Z (over 5 years ago)
- Last Synced: 2025-01-20T08:24:45.890Z (4 months ago)
- Topics: dotnet-core3, dotnet-global-tools, node, node-version-manager, nodejs
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.Version.Management
A multi-plataform node version management tool.
Note: This project is under development. The current version is just a Proof of Concept and is working only on windows, but a stable version is coming.
## Requirements
You need .NET Core 3 installed to run this application.
## Installation
```bash
dotnet tool install -g Node.Version.Management
```Note: Installation not working yet (package not published). Will be working soon.
## Running
Just use following command on bash:
```bash
Node.Version.Management
```## Commands
Use the latest version:
```bash
Node.Version.Management --use latest
```Or specify a version:
```bash
Node.Version.Management --use 10.18.0
```List available local versions:
```bash
Node.Version.Management --list
```Note: Commands are under development. This is how the tool will be working on stable version.