Pre-Commit Config Generator
Generate .pre-commit-config.yaml with popular hooks for linting, formatting, and security scanning.
Add Hooks
General
Formatting
Linting
Security
Configured Repos
Hooks:
Generated .pre-commit-config.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-jsonPlace this file at the repository root. Run
pre-commit install to set up the git hook.Related tools
.gitignore GeneratorDevOps
Generate .gitignore files for popular languages, frameworks, IDEs, and operating systems.
Git Command BuilderCode
Build git commands visually with operation selection, flags, and explanations.
Crontab GeneratorDevOps
Visual crontab expression builder with presets and next run times.
Nginx Config GeneratorDevOps
Generate nginx server block configurations with SSL, gzip, and location blocks.
.htaccess GeneratorDevOps
Generate .htaccess rules for redirects, rewrites, CORS, caching, and error pages.
SSH Config GeneratorDevOps
Generate SSH config entries for ~/.ssh/config with host aliases and keys.