An open API service indexing awesome lists of open source software.

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

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