Bordeaux Coders

Bordeaux Coders

Follow
Follow
homepnpm 101DevOpsWebCloudToolsnewsletter
Tag

tools

#tools

More content

Read more stories on Hashnode


Articles with this tag

Execute commands using your project dependencies

Alexandre NedelecAlexandre Nedelec
Jun 15, 20231 min read

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. An example pnpm...

Execute commands using your project dependencies

Perform Dynamic Execution of an npm Package

Alexandre NedelecAlexandre Nedelec
May 18, 20231 min read

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

Perform Dynamic Execution of an npm Package