Developer Tools
3 guides covering developer tools tools
-
Lefthook: Fast, Simple Git Hooks Without the Husky Bloat
Lefthook is a Git hooks manager written in Go that runs hooks in parallel, works with any language, and has no Node.js dependency — making it faster and more versatile than Husky.
-
mise: Modern Dev Tools Version Manager
mise (previously rtx) is a fast, polyglot version manager for development tools — Node.js, Python, Ruby, Go, Rust, and hundreds more. It replaces nvm, pyenv, rbenv, and asdf with a single faster tool that reads .tool-versions and .mise.toml files.
-
Changesets: Automated Versioning and Changelogs for TypeScript Packages
Changesets manages semantic versioning and changelog generation for monorepos and multi-package repos. Learn how to integrate it with your GitHub Actions CI/CD pipeline.