nvm
Here are 250 public repositories matching this topic...
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Jul 9, 2021 - Go
Zsh plugin for installing, updating and loading nvm
-
Updated
Sep 6, 2021 - Shell
Node.js version manager lovingly made for Fish.
-
Updated
Jul 18, 2021 - Shell
Run any command on specific Node.js versions
-
Updated
Aug 16, 2021 - JavaScript
Node version manager wrapper for Fish shell
-
Updated
Dec 19, 2020 - Shell
Build userspace NVMe drivers and storage applications with CUDA support
-
Updated
Mar 5, 2020 - C
Scalable Hashing on Persistent Memory
-
Updated
Jul 27, 2021 - C++
What tools and plugins I use for web development?
-
Updated
Sep 3, 2021 - Shell
Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
-
Updated
Sep 3, 2021
An open-source BzTree implementation
-
Updated
Aug 3, 2021 - C++
Benchmarking framework for index structures on persistent memory
-
Updated
Aug 13, 2021 - C++
DEPRECIATED! Use "linux-comfy-chair" instead. A very simple bootstrap script to install some development tools to the Windows 10 Ubuntu Bash system - Ruby, Perl, Python, Node, Sublime Text and more!
-
Updated
Jul 11, 2021 - Shell
nodenv plugin that detects the node version based on .nvmrc.
-
Updated
Jul 28, 2020 - Shell
nvm + execa = nvexeca
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
-
Updated
Nov 22, 2017 - Shell
Medical DICOM file P10 Viewer +
-
Updated
Sep 9, 2021 - Python
Improve this page
Add a description, image, and links to the nvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvm topic, visit your repo's landing page and select "manage topics."


tl;dr -- we can use
Arg::possible_valuesto limit the number of inputs allowed, and it will also show them in the--helpdocs.First, let's add a
LogLevel::possible_values()function to theimplblock:https://github.com/Schniz/fnm/blob/0b13e2c8cd4415a7575f9ba765fcc7782c1481a9/src/log_level.rs#L8-L37
The functi