Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 3.5 KB

README.md

File metadata and controls

36 lines (29 loc) · 3.5 KB
ts icon   PROJECT TEMPLATE

main GitHub Workflow Status Coverage Status js-standard-style

Feature With Configuration File
Runtime, script, tests runner Bun bunfig.toml
Typings Typescript tsconfig.json
Formatting dprint .dprint.jsonc
Linting Biome .biome.jsonc
Continuous Integration GitHub Workflow .github/workflows
Import aliases Typescript paths tsconfig.json
Rollup exports Barrelsby .barrelsby.json
Containerization Docker Dockerfile, docker-compose.yaml
Pre-commit hook (linting, formatting, typecheck) lefthook .lefthook.yml

Getting Started

Pre requisites: bun, docker

bun i
bun run

Docker

docker compose up