https://github.com/dkarter/toolkit
🧰 Useful tools for any coding project
https://github.com/dkarter/toolkit
Last synced: 5 months ago
JSON representation
🧰 Useful tools for any coding project
- Host: GitHub
- URL: https://github.com/dkarter/toolkit
- Owner: dkarter
- Created: 2025-08-11T03:17:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T03:01:38.000Z (10 months ago)
- Last Synced: 2025-10-20T07:59:55.221Z (9 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧰 Toolkit
Toolkit is a template I use for tooling on new projects I spin up. It has some
basic but very useful tools that help speed up my work and ensure checks are run
before code leaves my dev machine.
## Included Tools
- **[mise](https://mise.jdx.dev)** - Runtime version manager for multiple programming languages and tools
- **[Task](https://taskfile.dev/)** - Task runner and build tool alternative to Make
- **[dprint](https://dprint.dev/)** - Code formatter that supports multiple languages including TypeScript, JSON, Markdown, YAML, and more
- **[lefthook](https://lefthook.dev)** - Fast Git hooks manager for running checks before commits and pushes
- **[committed](https://github.com/crate-ci/committed)** - Linter for conventional commit messages
- **[gitleaks](https://gitleaks.io/)** - Secret scanner to detect hardcoded secrets in Git repositories