zig buildto buildbun,bunx, andbunv- Build and run individual binaries with no arguments:
zig build bunzig build bunxzig build bunv
- To pass arguments to the binary, build and run it:
zig build ./zig-out/bin/bun --version
- Zig standard formatting
When starting a feature, first create a plan at plans/<feature-name>.md. Iterate through the plan with the human and get explicit approval before starting work.
This project squashes and merges PRs, the title being the only text in the commit. Since the project uses conventional commits, the title MUST be in the format <type>(<scope>): <subject>. Scope is optional.
Otherwise you can use any format for commits, it's just the PR title that should be conventional.