a simple vscode extension to manage your node versions, powered by nvm.
Get the Extension
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
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.
- Clone this repository
git clone https://github.com/ShinteiMai/vscode-nvm.git
- Install NPM packages
npm install
- Run the local development server
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/integration
) - Commit your Changes (
git commit -m "add nvm integration"
) - Push to the Branch (
git push origin feature/integration
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.