#
nvm
Here are 251 public repositories matching this topic...
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Oct 4, 2021 - Go
Zsh plugin for installing, updating and loading nvm
-
Updated
Sep 15, 2021 - Shell
Node.js version manager lovingly made for Fish.
-
Updated
Sep 18, 2021 - Shell
Run any command on specific Node.js versions
nodejs
javascript
shell
bash
cli
package-manager
library
node
terminal
server
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Oct 3, 2021 - JavaScript
Node version manager wrapper for Fish shell
-
Updated
Dec 19, 2020 - Shell
Build userspace NVMe drivers and storage applications with CUDA support
disk
gpu
driver
cuda
nvm
ssd
gpudirect-rdma
dax
nvme
dma
pcie
cluster-computing
nvidia-cuda
userspace-driver
sisci
disk-io
nvm-express
dolphinics
smartio
gpudirect
-
Updated
Mar 5, 2020 - C
Scalable Hashing on Persistent Memory
-
Updated
Sep 28, 2021 - C++
What tools and plugins I use for web development?
nodejs
atom
dotfiles
bash
zsh
zshrc
oh-my-zsh
iterm
osx
iterm2
sublime-text
vscode
nvm
zsh-theme
dotfile
dotfiles-resources
dotfiles-install
z-jump
dotfiles-macos
dotfiles-setup
-
Updated
Sep 12, 2021 - Shell
Installs NVM & Node.js on Debian/Ubuntu and RHEL/CentOS
-
Updated
Sep 3, 2021
-
Updated
Sep 27, 2021 - Rust
An open-source BzTree implementation
-
Updated
Aug 3, 2021 - C++
Benchmarking framework for index structures on persistent memory
-
Updated
Oct 2, 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
nodejs
javascript
shell
bash
cli
package-manager
library
node
terminal
server
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Oct 3, 2021 - JavaScript
circleci
travis-ci
nvm
travis
testing-tools
npm-scripts
version-manager
circle-ci
travisci
npx
node-version-manager
travis-yml
circle-yml
-
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
Installs essential JavaScript development programs.
nodejs
git
vim
slack
docker
peek
yarn
snap
docker-compose
curl
reactjs
discord
vscode
nvm
postman
reactotron
insomnia
flameshot
setup-linux
microsof-teams
-
Updated
May 19, 2021 - Shell
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