Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 3.3 KB

README.md

File metadata and controls

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

main GitHub Workflow Status Coverage Status js-standard-style

Feature With Configuration File
Runtime, tests runner Bun bunfig.toml
Tasks runner, environment & runtime management mise mise.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
Pre-commit hook (linting, formatting, typecheck) lefthook .lefthook.yml

Develop

I use mise to manage runtimes, manage environment variables, and run tasks.
To install it:

curl https://mise.run | sh
mise activate

To run tasks interactively:

mise run