I advise that readme.txt should have more detail. such as 1. go mod init github.com/a-h/generate 2. go mod tidy 3. go run cmd/schema-generate/main.go your_test_json_path.json 4. make 5. ./schema-generate your_test_json_path.json
I advise that readme.txt should have more detail. such as