JSPM

bunx

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1188
  • Score
    100M100P100Q103555F
  • License MIT

Simple zx style shell for Bun/Node.

Package Exports

  • bunx

Readme

bunx

Simple zx style shell for Bun/Node.

Install

import { $ } from 'bunx'

$`cat package.json | grep name`

const branch = await $`git branch --show-current`

$`mkdir /tmp/${branch}`

License

MIT