Django-bash
Bash script for setting up Django which lives at https://bit.ly/3zctaUI (by smyja)
nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions (by nvm-sh)
Django-bash | nvm | |
---|---|---|
1 | 339 | |
0 | 81,760 | |
- | 1.4% | |
4.5 | 8.1 | |
about 1 year ago | 12 days ago | |
Shell | Shell | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Django-bash
Posts with mentions or reviews of Django-bash.
We have used some of these posts to build our list of alternatives
and similar projects.
nvm
Posts with mentions or reviews of nvm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-22.
-
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.