chok / vscode-nvm

vscode extension to manage nodejs versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


vscode-nvm

a simple vscode extension to manage your node versions, powered by nvm.

Get the Extension · Report Bug · Request Feature

GIF Screenshot

Table of Contents

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Please notice that this extension right now only works in Linux and macOS because nvm doesn't support Windows natively.

  • npm
npm install npm@latest -g
  • vscode

Please refer to the vscode documentation to get your vscode extension setup running

  • nvm

Please refer to the nvm documentation to get your nvm running.

Development Setup

  1. Clone this repository
git clone https://github.com/ShinteiMai/vscode-nvm.git
  1. Install NPM packages
npm install
  1. Run the local development server

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/integration)
  3. Commit your Changes (git commit -m "add nvm integration")
  4. Push to the Branch (git push origin feature/integration)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

vscode extension to manage nodejs versions

License:Other


Languages

Language:TypeScript 100.0%