feat: Iniital commit with pre-commit integrated

This commit is contained in:
2024-01-01 18:58:04 +00:00
parent abe94aa157
commit dee3b15156
6 changed files with 78 additions and 35 deletions

View File

@@ -1,3 +1,15 @@
# gogrep
Simple concurrent grep alternative
Simple concurrent grep alternative
# Usage
TBD
# For developer
Simplest to use environment is already is VS Code Dev container.
Steps:
1. Open folder in Dev Container
2. Run `pre-commit install`. This tool will validate *new* commits according to checks defined in `.pre-commit-config.yaml`.