Alexandre Nédélec (Page 4)

Hi, I'm a .NET developer fond of Microsoft technologies, welcome to my blog !

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...

Vue.js CI/CD: Continuous Integration

When working on a project, you typically focus on a specific feature at a time, making changes on a dedicated branch for that feature. When it's time for you to integrate these modifications into the project's code base, the code base has likely evolved since you began working on your feature, as other team members have also pushed their work. That's why your code changes may introduce errors in the application you are developing.

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...