bunx
v0.1.0
Published
Simple zx style shell for Bun/Node.
Downloads
1,180
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