16 lines
307 B
Markdown
16 lines
307 B
Markdown
# gogrep
|
|
|
|
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`.
|