2 repository-uri
Frameworks built on Node.js for creating and executing scripts that initialize application skeletons.
Distinct from Node.js Ecosystem: Existing Node.js candidates focus on authentication, debugging, or the general ecosystem, not project generation.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Node.js Generator Frameworks. Refine with filters or upvote what's useful.
Yeoman is a scaffolding tool framework and Node.js project generator designed to automate project initialization. It generates standardized directory structures and application skeletons using customizable scripts to reduce manual boilerplate creation. The system functions as a development workflow automator that enables the creation of reusable project blueprints. These blueprints are distributed as independent packages, allowing for standardized starting code and custom project templating across different teams or projects. The toolkit provides a command line interface that uses interactiv
Provides a command line interface built on Node.js that executes generator scripts to initialize application skeletons.
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
Provides a toolkit for building interactive terminal applications that handle prompts, file generation, and dependency installation.