Loading...
Loading...
Generate TypeScript types from JSON files using quicktype CLI. Use when user wants to create types/interfaces from JSON data, API responses, or config files.
npx skill4agent add htlin222/dotfiles quicktypepython3 ~/.claude/skills/quicktype/scripts/quicktype.py <file> [--lang LANG] [--out FILE]--out| Flag | Language |
|---|---|
| TypeScript |
| Go structs |
| Python dataclass |
| Rust structs |
| Swift Codable |
| Kotlin data class |
/quicktype api/users.json/quicktype config.json --lang go/quicktype response.json --out src/types/api.ts