clay@generator:~
$ cat README.md
   _____ _               
  / ____| |              
 | |    | | __ _ _   _  
 | |    | |/ _` | | | | 
 | |____| | (_| | |_| | 
  \_____|_|\__,_|\__, | 
                  __/ | 
                 |___/  
                    
Template-Focused Code Generator

Clay transforms JSON models into actual code using Handlebars templates, shell commands, and file operations. Build consistent implementations across your entire system.

[QUICK START]
$ npm install -g clay-generator
$ clay init
$ clay generate ./model.json ./output
[FEATURES]
  • Template-Based - Handlebars templates with 47+ helpers
  • Type-Safe - Built with TypeScript for reliability
  • Consistent - Update your model, regenerate everything
  • Flexible - Templates, commands, and file operations
  • AI-Powered - MCP server for Claude & GitHub Copilot
$