1 dépôt
CLI tools that scaffold new files and inject code into existing ones using project-local templates discovered at runtime.
Distinct from Template-Based Code Generators: Distinct from Template-Based Code Generators: discovers templates by scanning a project's _templates directory at runtime, not by applying per-language templates from a fixed set.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Project-Local Template 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
Scaffolding new files and injecting code into existing ones using project-local templates and a fast command-line interface.