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
Simple zx style shell for Bun/Node.
Simple zx style shell for Bun/Node.
import { $ } from 'bunx'
$`cat package.json | grep name`
const branch = await $`git branch --show-current`
$`mkdir /tmp/${branch}`
MIT