To install dependencies:
bun installTo run:
bun run index.tsTo create a new package, do the following in order:
- Create a new folder in
packages/ cdinto the new folder- Run
bun init - Set the title of the package to
@signbit/{folder-name} - Follow the rest of the CLI installation instructions
This project was created using bun init in bun v1.0.6. Bun is a fast all-in-one JavaScript runtime.