| Package | Description |
|---|---|
| @cleeviox/biome | Biome configurations for linting and formatting |
| @cleeviox/tsconfig | TypeScript configurations for various project types |
| @cleeviox/lint-staged | Lint-staged configurations for pre-commit hooks |
| @cleeviox/knip | Knip configurations for cleaning up dead code and unused dependencies |
- Node.js >= 24.0.0
- Bun >= 1.3.6
git clone https://github.com/cleevio/cleeviox-toolkit.git
cd cleeviox-toolkit
bun install# Build all packages
bun run build
# Run linting
bun run lint
# Run type checking
bun run ts
# Format code
bun run format:fix- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes using conventional commits
- Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.