Files
ts-template/README.md
2025-02-23 22:25:59 +01:00

4.8 KiB

ts icon TEMPLATE

main GitHub Workflow Status Coverage Status

Feature With Configuration File
Continuous Integration GitHub Workflow .github/workflows
Conventional Commits (main branch only) convco .convco
Conventional PR Titles (because I only squash merge and base changelogs/semantic versioning on main commit history) amann/action-semantic-pull-request semantic-pr.yml
Formatting dprint .dprint.jsonc
Git Hooks hk hk.pkl
Import Aliases Typescript paths tsconfig.json
Linting Biome .biome.jsonc
Runtime, Tests Runner Bun bunfig.toml
Tasks Runner, Environment & Runtime Management mise mise.toml
Typings Typescript tsconfig.json

Develop

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

./setup

To run tasks interactively:

mise run