pnpm

Who is using pnpm?

Discussion about pnpm usage and popularity.

You may have come across pnpm through discussions with fellow developers, reading blog posts, watching videos, or attending developer conferences. You have probably heard its praises: it's fast, disk-space efficient, and great for monorepos.

Read more...

Execute commands using your project dependencies

pnpm exec

You have a dependency in your project and want to execute a command using it? The pnpm exec command can help you with that.

Read more...

Manage multiple Node.js versions

pnpm env

If you are working on various projects, you have likely encountered situations where you need to have multiple versions of Node.js installed on your computer.

Read more...

Perform Dynamic Execution of an npm Package

pnpm dlx

Sometimes, all you want to do is grab an npm package and execute a command with it, without having to install it (whether globally or as a dependency).

Read more...

Week 46, 2022 - Tips I learned this week

Some tips about .NET, pnpm, and Azure DevOps.

This week, I installed .NET 7 on my laptop and I used Windows Package Manager for that:

Read more...