2 repository-uri
The ability to wrap a core automation engine within a custom standalone command-line tool.
Distinct from CLI Command Frameworks: Focuses on embedding the engine logic into a larger CLI tool, rather than just defining commands.
Explore 2 awesome GitHub repositories matching development tools & productivity · Engine Embedding. Refine with filters or upvote what's useful.
Plop is a template-based code generator and interactive command-line scaffolding tool. It functions as a file system automation engine that uses a pipeline of prompt-driven tasks and regular expression replacements to generate and modify codebase structures. The framework combines Handlebars templates with interactive terminal prompts to automate boilerplate code generation. It allows for the enforcement of codebase patterns through shared generators and provides the ability to embed the engine into custom command-line tools. The system covers the creation of project files from templates and
Enables integration of the execution engine into standalone command-line tools by wrapping the core logic.
Yo is a Node.js CLI framework and project template orchestrator used to automate the creation of standardized software projects. It functions as an interactive project generator and scaffolding runner that produces customized source code and manifests based on user input and predefined templates. The system utilizes a plugin-based architecture to discover and execute external setup tools. It distinguishes itself through a memory-first file system that resolves conflicts before committing changes to disk and a priority-queue task orchestration model to ensure the correct execution order of com
Integrates the generator engine into other applications to run scaffolding processes without a CLI.