To install dependencies:
bun install
To run:
bun run index.ts
To create a new package, do the following in order:
- Create a new folder in
packages/
cd
into 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.