1 repositorio
Code generation engines that can be required and invoked programmatically from custom scripts or binaries.
Distinguishing note: No candidate in the shortlist covers an embeddable code generation library; closest candidates focus on emulation cores or view engines.
Explore 1 awesome GitHub repository matching development tools & productivity · Embeddable Code Generators. Refine with filters or upvote what's useful.
Hygen is a code generator CLI and interactive template engine that scaffolds new files and injects code into existing ones using project-local templates. It operates as a Node.js code generator library that can be embedded inside custom binaries for tailored workflows, and also functions as a project scaffolding tool for bootstrapping new projects or folders from remote template repositories. The tool discovers templates by scanning a project's _templates directory at runtime, mapping folder and file names directly to generator commands and actions. It collects user input through interactiv
Exposes the core generation logic as a library that can be required and invoked programmatically from custom scripts.