This monorepo provides a suite of development tools and utilities designed specifically for the Bun ecosystem.
CLI tools and utilities for managing monorepo workspaces. Features include:
- Workspace discovery and management
- Dependency tracking
- Build system with license handling
- Change detection
Custom ESLint rules for maintaining code quality:
- Type import organization
- Object formatting rules
- Additional TypeScript-specific rules
Build plugins for the Bun runtime:
- SASS/SCSS compilation
- Global variable injection
- Asset handling
Common utility functions:
- Formatting helpers
- Type utilities
- Development tools
This project uses Bun for package management and building. To get started:
# Install dependencies
bun install
# Build all packages
bun ws build-all
# Run tests
bun test