Based on our record, NixOS seems to be a lot more popular than pnpm. While we know about 273 links to NixOS, we've tracked only 3 mentions of pnpm. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Imagine npm but faster and it uses symlinks n stuff to reduce disk use and make node_modules not a huge nightmare Https://pnpm.js.org. Source: about 4 years ago
Pnpm is a cool alternative to yarn or npm as it is faster and can reuse downloaded packages to reduce the size of node_modules. - Source: dev.to / over 4 years ago
Lerna is great, as is pnpm (https://pnpm.js.org/) which we use at work. PNPM is a little faster, as it's sharing all the reused dependencies from a central location with symlinks, so it makes installing faster. Source: over 4 years ago
I packaged my deployment script with Nix and Nix flakes then added it as a dependency in my devbox.json. When you enter the developer environment you have access to the deploy Bash script which I then wrapped up into app deploy. Previously, I would copy and paste all the Bash scripts I needed from past projects into my current project but this approach was much nicer. - Source: dev.to / 5 days ago
If you are using Nix, you may have heard of Nix-Shell Shebang:. - Source: dev.to / 4 months ago
MdBook is a Rust-based tool to create Web-based books from vanilla Markdown files. Although it is quite minimalistic, you will bump into it quite often in the wild. Most notably, the Rust Book uses it. I see it quite often in the Nix ecosystem, too. - Source: dev.to / 5 months ago
Haskell has been my go-to language for over 7 years. First, I started with Stack, then switched to plain Cabal and finally settled on Nix to provision a development environment for Haskell projects. - Source: dev.to / 5 months ago
Also for systems administration and DevOps, I first used Ansible to streamline the management of our servers. Writing playbooks is OK, but going beyond that to convert them to roles is a good practice from collaboration perspective. This SDK approach worked quite well for me and my team. Now, I am developing NixOS modules for various services we deploy. In both cases, the goal is to compose well-defined and... - Source: dev.to / 5 months ago
npm - npm is a package manager for Node.
GNU Guix - Like Nix but GNU.
Yarn - Yarn is a package manager for your code.
Homebrew - The missing package manager for macOS
Open-Registry - JavaScript Package Registry funded, developed and maintained by the community, for the community
asdf-vm - An extendable version manager