Bun
Tools Commands
Use bunx to run npm packages without installation, similar to npx. Access built-in utilities for common development tasks.
10 commands
Pro Tips
'bunx' runs packages without installing - like npx but faster.
Use 'bun upgrade' to update Bun to the latest version.
'bun pm bin' shows the path to local bin folder.
Common Mistakes
bunx caches packages - use 'bunx --bun' to ensure Bun runtime is used.
Some CLI tools may have Node.js-specific code that doesn't work in Bun.