bun
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Package Information
- Domain:
bun.sh - Name:
bun - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install bun.comPrograms
This package provides the following executable programs:
bunbunx
Aliases
This package can also be accessed using these aliases:
bun.com
Available Versions
Show all 125 versions
1.2.21,1.2.20,1.2.19,1.2.18,1.2.171.2.16,1.2.15,1.2.14,1.2.13,1.2.121.2.11,1.2.10,1.2.9,1.2.8,1.2.71.2.6,1.2.5,1.2.4,1.2.3,1.2.21.2.1,1.2.0,1.1.45,1.1.44,1.1.431.1.42,1.1.41,1.1.40,1.1.39,1.1.381.1.37,1.1.36,1.1.35,1.1.34,1.1.331.1.32,1.1.31,1.1.30,1.1.29,1.1.281.1.27,1.1.26,1.1.25,1.1.24,1.1.231.1.22,1.1.21,1.1.20,1.1.19,1.1.181.1.17,1.1.16,1.1.15,1.1.14,1.1.131.1.12,1.1.11,1.1.10,1.1.9,1.1.81.1.7,1.1.6,1.1.5,1.1.4,1.1.31.1.2,1.1.1,1.1.0,1.0.36,1.0.351.0.34,1.0.33,1.0.32,1.0.31,1.0.301.0.29,1.0.28,1.0.27,1.0.26,1.0.251.0.24,1.0.23,1.0.22,1.0.21,1.0.201.0.19,1.0.18,1.0.17,1.0.16,1.0.141.0.13,1.0.12,1.0.11,1.0.10,1.0.91.0.8,1.0.7,1.0.6,1.0.5,1.0.41.0.3,1.0.2,1.0.1,1.0.0,0.8.10.8.0,0.7.2,0.7.1,0.7.0,0.6.140.6.13,0.6.12,0.6.11,0.6.10,0.6.80.6.7,0.6.6,0.6.5,0.6.4,0.6.30.6.2,0.6.1,0.6.0,0.5.9,0.5.6
Latest Version: 1.2.21
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +bun.sh@1.2.21 -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry['bun.com']
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.