Development
Prerequisites
- Bun
1.2+or Node.js18+ - TypeScript
5+
Local setup
git clone https://github.com/Blyphq/blyp.git
cd blyp
bun install
bun run test
bun run build
bun run type-checkUseful scripts
bun run test
bun run test:watch
bun run build
bun run type-checkPublishing
The upstream repo publishes to npm from GitHub Actions when a GitHub Release is published. Set NPM_TOKEN as a repository secret before using the release workflow.