add make command to scaffold test data

This commit is contained in:
2026-01-18 02:13:56 +00:00
parent e9225b0018
commit bd4eb84d02
7 changed files with 100 additions and 5 deletions
+4 -2
View File
@@ -6,5 +6,7 @@ The project includes a `Makefile` for common tasks:
- **Build**: `make build` (creates binary in `bin/mend`)
- **Test**: `make test`
- **Run**: `make run`
- **Clean**: `make clean`
- **Run**: `make run` (automatically scaffolds `test_data` directory and runs app against it)
- **Scaffold**: `make scaffold` (generates sample data in `test_data`)
- **Clean**: `make clean` (removes binary)
- **Clean Data**: `make clean-data` (removes `test_data` directory)