Skip to content
/ ts-template Public template

Typescript Project Template

License

Notifications You must be signed in to change notification settings

sripwoud/ts-template

Repository files navigation

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