@qodly/intervals
v1.2.5
Published
TS Library
Downloads
359
Keywords
Readme
Bun Boilerplate Project
This is a modern, batteries-included Bun-based boilerplate preconfigured with all essential tools and development conveniences for building robust TypeScript applications.
📣 Prerequisites
- Bun v1.2.0 or higher
🚀 Features
- TypeScript with Bun support
- Standard config files included:
.editorconfig,.prettierrc.json
🏁 Getting started
Clone the repository and install dependencies:
git clone FULL_REPOSITORY_URL
bun installRun tests in watch mode:
bun run test:watchRun the build script:
bun run build📦 Scripts
These scripts are defined in package.json:
| Script | Description |
| --------------- | ------------------------------------------------------ |
| build | Runs the build |
| format | Formats TypeScript files with Prettier and then lints. |
| test:watch | Runs Jest in watch mode. |
| test:coverage | Runs Jest and outputs code coverage. |
Recommended Tools
VSCode Extensions:
- Prettier
EditorConfig support for consistent formatting across IDEs.
