SDKMan
nvm
SDKMan | nvm | |
---|---|---|
167 | 339 | |
6,213 | 81,760 | |
1.0% | 1.4% | |
7.0 | 8.1 | |
11 days ago | 12 days ago | |
Gherkin | Shell | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SDKMan
-
JavaFX In Action #13 with Jago de Vreede about SDKman UI, a user interface on top of SDKMAN for all platforms
SDKman UI aims to offer a (cross-platform) Graphical User Interface for SDKMAN. It extends the functionality of the terminal-tool SDKMAN with a user interface, but also makes the tool available for Window systems.
-
Override java version on flutter
I used sdkman for switching between multiple Java versions, and in this case I used java 17.0.12. For the Flutter version, I used fvm and used flutter 3.24.0 on this project.
-
My Hacktoberfest 2024 Recap
The reason I picked this issue is because the project was in Java. I've wanted to work with Java for a while because despite it's popularity I haven't had much exposure to it. Meaning with this issue, I was working in a completely new language ecosystem. Luckily, the very week before, I'd started learning a bit of Java on the side. I still had to learn some tricks, like managing installations of different versions of Java and Gradle - SDKMAN! really came in clutch here, but to use this tool I had to work in WSL, because it only supports Linux, which meant I did have to figure out how to set up IntelliJ in WSL, but that was fine with me because my existing development setup for JavaScript is already entirely WSL-based.
-
Lambda function with GraalVM Native Image - Part 2 How to develop and deploy Lambda function with custom runtime
Install SDKMAN
- Go is my hammer, and everything is a nail
-
A tour of CLI tools for installing Java and creating projects
On Linux and macOS: SDKMAN! is a SDK manager specialzed in the Java ecosystem. Instructions on how to manage JDKs is provided here.
-
Try Clojure
I use https://sdkman.io/ to manage JVM versions, have you tried that? I haven't used Cursive, maybe it does something weird, but in general IntelliJ seems to accept it just fine in my everyday work.
-
Install Asdf: One Runtime Manager to Rule All Dev Environments
I would suggest learning how to use SDKMAN: https://sdkman.io/
It will manage the JDK for you. Usage is basically this:
# Install a JDK, that version is now default
-
Groovy 🎷 Cheat Sheet - 01 Say "Hello" from Groovy
Alternatively, you can use sdkman. A great tool to install your Software Development Kit. The downside is that it only works on *nix systems. So for Widnows users, you will have to use WSL or Cygwin as the official page suggests. It is really simple to use sdkman. after a successful installation, just type those commands into your *nix shell:
-
Java Microservices with Spring Boot and Spring Cloud
To run the example, you must install the Auth0 CLI and create an Auth0 account. If you don't have an Auth0 account, sign up for free. I recommend using SDKMAN! to install Java 17+ and HTTPie for making HTTP requests.
nvm
-
How I Manage Node & Package Manager Versions in 2025
In the past I've used nvm, n, volta, corepack, nodeenv. While they all have their own strength, I converged to using proto as the tool of choice.
-
Make the zsh Prompt Go Faster
There are obviously other methods, of course, but you can find them on almost any other blog talking about zsh prompts so for the sake of brevity, I'm not going to repeat them(an example: use fnm instead of nvm or why would you not use mise). There is also a faster syntax highlighter for zsh. so on and so forth.
-
OMZ: Some Plugins that I forget about
Hopefully you use nvm.
-
Personal TODO list on how I set up my dev machine
I am a javascript kind of guy, so I install nvm first.
-
Como publicar um pacote no npm: um guia passo a passo
O NPM instalado. Você pode baixá-lo em nodejs.org ou utilizar o NVM (Node version manager).
- Eligiendo la versiĂłn por defecto de node con nvm
-
Why you should use environment managers to manage multiple versions?
We actively use environment managers pyenv, goenv and nvm for managing multiple versions of Python, Golang and NodeJS at Mantis. These provide us with an easily manageable, robust development environments.
-
Node.js Management With NVM
If you ever find yourself juggling different versions of Node.js for various projects, I highly recommend using NVM (Node Version Manager). It's a simple tool that makes switching between Node.js versions super easy. Whether you're working on older projects or testing new features, NVM lets you manage multiple versions without any hassle. It’s been a real lifesaver for me. For installation and more detail check nvm repo.
-
0G Transmission service - TxMS
If you haven't already installed TxMS, you'll need Node.js installed. I recommend using nvm for Mac users. Once you've finished installing Node.js, proceed to the next step.
-
The Ultimate Guide to Node.js Version Managers: NVM, NVS, fnm, Volta, and asdf | Part 3
Official NVM Documentation — a complete guide to installing and using NVM.
What are some alternatives?
jenv - Manage your Java environment
nvs - Node Version Switcher - A cross-platform tool for switching between versions and forks of Node.js
jabba - (cross-platform) Java Version Manager
shelljs - :shell: Portable Unix shell commands for Node.js
asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
asdf-nodejs - Node.js plugin for asdf version manager
corepack - Zero-runtime-dependency package acting as bridge between Node projects and their package managers
pyenv - Simple Python version management
fnm - 🚀 Fast and simple Node.js version manager, built in Rust
Homebrew-cask - 🍻 A CLI workflow for the administration of macOS applications distributed as binaries
nve - Run any command on specific Node.js versions