PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

JavaScript >

Bun

Upgrade Bun version

bun upgrade

Run a script from package.json

bun run <script>

Execute a package

bunx <package>
Locally from node_modules or install it to a global cache

Install packages

bun i <package>

Update packages

bun update <package>
A 'bun i' afterwards helps to update lock file