feat: Iniital commit with pre-commit integrated
This commit is contained in:
14
README.md
14
README.md
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user