add make command to scaffold test data
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user