1.0.2 • Published 2 years ago
yare-bun-sync v1.0.2
yare-bun-sync
Compile, bundle, and sync your code to yare using bun!
Usage
Add this package to your project's devDependencies
bun install --dev yare-bun-syncSync via bunx
bunx yare-bun-sync syncor add a script
{
//...your package.json
"scripts" {
"sync": "bunx yare-bun-sync sync"
}
}By default, yare-bun-sync will use src/index.ts as the entrypoint and will watch the src directory for changes,
but this can be overridden via the --file, and --watch-dir arguments respectively.
Help
Run
yare-bun-sync helpfor all options.
This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.