awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Project scaffolding tools

Clasament actualizat la 15 iul. 2026

For native project generators, the strongest matches are audreyr/cookiecutter (Cookiecutter is a versatile CLI tool that automates the), yeoman/yeoman (Yeoman is a comprehensive scaffolding framework that uses an) and pydanny/cookiecutter-django (This tool is a specialized project generator that automates). cookiecutter/cookiecutter and ljlm0402/typescript-express-starter round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Find the best native project scaffolding tools. Compare top generators by activity and features to find the right fit for your next codebase.

Project scaffolding tools

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • audreyr/cookiecutterAvatar audreyr

    audreyr/cookiecutter

    24,951Vezi pe GitHub↗

    Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It functions as a project templating CLI and variable orchestrator that creates standardized software project boilerplates across different operating systems and programming languages. The tool generates project directory structures from predefined templates using variable substitution. It supports the retrieval of template source code from remote Git repositories and utilizes a definition file to prompt users for configuration values to personalize the resulting files and folder stru

    Cookiecutter is a versatile CLI tool that automates the creation of project structures from templates, supporting multi-language projects and customizable configurations through variable substitution.

    PythonProject Scaffolding TemplatesProject Templates
    Vezi pe GitHub↗24,951
  • yeoman/yeomanAvatar yeoman

    yeoman/yeoman

    10,112Vezi pe GitHub↗

    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

    Yeoman is a comprehensive scaffolding framework that uses an interactive CLI to generate standardized project structures and boilerplate code, making it a flagship tool for automating software project initialization.

    Project Templates
    Vezi pe GitHub↗10,112
  • pydanny/cookiecutter-djangoAvatar pydanny

    pydanny/cookiecutter-django

    13,539Vezi pe GitHub↗

    cookiecutter-django is a template-based project generator and production-ready scaffold for Django web applications. It functions as a boilerplate that injects user-defined variables into predefined file templates to automate the creation of a standardized directory structure and initial project configuration. The project provides a production blueprint that integrates a customizable user authentication system, environment-variable configuration, and a containerized development environment. It bundles Django with databases and task queues to ensure consistency across local and production work

    This tool is a specialized project generator that automates the scaffolding of Django applications using template-based configuration, though it is limited to the Python/Django ecosystem rather than being a general-purpose multi-language generator.

    PythonProject Scaffolding TemplatesProject Templates
    Vezi pe GitHub↗13,539
  • cookiecutter/cookiecutterAvatar cookiecutter

    cookiecutter/cookiecutter

    24,950Vezi pe GitHub↗

    Cookiecutter is a command-line project templating engine and scaffolding tool used to automate the creation of software project structures. It functions as a project automator that generates initialized repositories and directories from predefined templates using variable substitution. The system utilizes the Jinja2 templating language to render files and folders, transforming generic blueprints into customized codebases based on user input. It supports template distribution via Git repositories or zip archives, allowing for the standardization of development environments across teams. The t

    Cookiecutter is a command-line tool that uses template-based generation and variable substitution to automate the creation of standardized project structures, making it a flagship solution for software scaffolding.

    PythonProject Scaffolding Templates
    Vezi pe GitHub↗24,950
  • ljlm0402/typescript-express-starterAvatar ljlm0402

    ljlm0402/typescript-express-starter

    2,882Vezi pe GitHub↗

    This project is a production-ready foundation and boilerplate for building backend APIs using TypeScript and Express. It functions as an interactive scaffolder and starter kit that generates structured project directories, providing a base for REST API development. The toolkit includes a command-line interface for project generation, which uses templates and naming conventions to establish folder organization. It provides curated configurations for the development toolchain, including linters, bundlers, and testing frameworks. The project covers database and ORM integration through specific

    This project functions as a specialized scaffolding tool that automates the setup of TypeScript-based backend API structures, providing the requested CLI-driven generation and pre-configured development environment.

    TypeScriptProject Scaffolding TemplatesProject Boilerplates
    Vezi pe GitHub↗2,882
  • ardalis/cleanarchitectureAvatar ardalis

    ardalis/CleanArchitecture

    18,291Vezi pe GitHub↗

    CleanArchitecture is a project template for ASP.NET Core designed to establish a standardized foundation for enterprise applications. It enforces architectural boundaries by separating core business logic from infrastructure and external dependencies, ensuring that the domain remains independent of technical concerns. The project provides scaffolding that supports both multi-project solutions for complex systems and single-project vertical slices for simpler requirements. By organizing code around business entities and aggregates, it facilitates modular development where distinct parts of a s

    This repository provides a structured project template and scaffolding for ASP.NET Core applications, serving as a specialized boilerplate generator for enterprise-grade native .NET solutions.

    C#Project Templates
    Vezi pe GitHub↗18,291
  • friendlyanon/cmake-initAvatar friendlyanon

    friendlyanon/cmake-init

    2,488Vezi pe GitHub↗

    cmake-init is a project generator and build system boilerplate designed to automate the initialization of C++ projects. It provides a framework for creating standardized project layouts and build configurations through template-based generation and user-defined prompts. The project functions as a development workflow automator, integrating static analysis, code formatting, and documentation generation directly into the build pipeline. It includes a dependency management system for vendoring external libraries and managing transitive dependencies to ensure consistent package discovery for down

    This tool automates the creation of standardized C++ project structures and build configurations, serving as a specialized boilerplate generator for native C-family applications.

    CMakeProject Templates
    Vezi pe GitHub↗2,488
  • yeoman/yoAvatar yeoman

    yeoman/yo

    3,959Vezi pe GitHub↗

    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

    Yeoman is a comprehensive project scaffolding tool that provides a CLI-driven, template-based framework for automating the generation of standardized software project structures across various languages and build systems.

    JavaScriptProject ScaffoldingProject Structure TemplatesProject Template Orchestrators
    Vezi pe GitHub↗3,959
  • yeoman/generatorAvatar yeoman

    yeoman/generator

    1,263Vezi pe GitHub↗

    This project is a terminal-based framework designed to automate the scaffolding of new software projects. It functions as a development workflow tool that generates consistent file structures, boilerplate code, and configuration files to streamline the initialization of application environments. The system operates through a structured, inheritance-based architecture where developers define custom generation logic by extending base classes. This process is managed by a synchronous execution pipeline that orchestrates tasks in a specific sequence, ensuring that file creation, dependency instal

    Yeoman is a comprehensive CLI-based scaffolding framework that automates the creation of consistent project structures and boilerplate code across various languages and build environments.

    TypeScriptProject ScaffoldingCommand-Line ScaffoldingProject Scaffolders
    Vezi pe GitHub↗1,263
  • melkeydev/go-blueprintAvatar Melkeydev

    Melkeydev/go-blueprint

    8,857Vezi pe GitHub↗

    go-blueprint is a project generator and scaffolding tool for creating Go applications. It functions as a framework orchestrator that bootstraps application skeletons by integrating web frameworks, database drivers, and directory layouts. The tool utilizes a command-line interface to collect user preferences and provides a project structure preview to visualize the architecture before files are written to disk. It supports the injection of optional components, including container configurations and automation workflows, into the generated codebase. The system handles the initial setup of Go w

    This tool provides interactive CLI-based scaffolding for Go projects, offering template-based generation and customizable architecture layouts that align with the core requirements for project bootstrapping.

    GoProject Boilerplates
    Vezi pe GitHub↗8,857
  • pypa/hatchAvatar pypa

    pypa/hatch

    7,182Vezi pe GitHub↗

    Hatch is a unified tool for managing Python environments, building packages, scaffolding projects, and installing Python versions. It provides a single command-line interface for automating common development workflows, including running scripts, tests, and static analysis with automatic dependency resolution and configuration. The tool manages project settings, dependencies, and build instructions through a declarative TOML configuration file, ensuring reproducibility across environments. It creates and manages isolated virtual environments across all major shells, installs and manages multi

    Hatch is a comprehensive Python-specific project scaffolder and workflow manager that provides CLI-based template generation and native build integration, though it is limited to the Python ecosystem rather than being a multi-language tool.

    PythonProject Scaffolding Templates
    Vezi pe GitHub↗7,182
  • react-native-community/cliAvatar react-native-community

    react-native-community/cli

    2,896Vezi pe GitHub↗

    This project provides a unified command-line interface designed to orchestrate the development lifecycle of mobile applications. It serves as a central tool for bootstrapping new projects, managing build configurations, and executing routine development tasks such as starting servers and bundling assets. The tool distinguishes itself through an automated native dependency manager that detects and integrates platform-specific code into the build process, reducing the need for manual configuration. It also features a modular, plugin-based architecture that allows developers to extend the core c

    This tool provides robust project bootstrapping and native build integration specifically for React Native applications, serving as a specialized generator for that ecosystem's project structures.

    TypeScriptProject Scaffolding Templates
    Vezi pe GitHub↗2,896
  • jhipster/generator-jhipsterAvatar jhipster

    jhipster/generator-jhipster

    22,418Vezi pe GitHub↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    This tool automates the scaffolding of full-stack web and microservice applications using a CLI-driven, template-based approach that integrates with modern build and containerization workflows.

    TypeScriptConfiguration-Driven Scaffolding
    Vezi pe GitHub↗22,418
  • expressjs/generatorAvatar expressjs

    expressjs/generator

    1,853Vezi pe GitHub↗

    This project is a command-line utility designed to automate the initialization and scaffolding of web applications. It establishes a standardized directory structure and generates the necessary boilerplate configuration files required to bootstrap a new server environment. The tool distinguishes itself by offering customizable project generation, allowing users to select specific view engines and stylesheet preprocessors during the setup process. It dynamically updates dependency manifests and configures version control ignore files to ensure the resulting environment is ready for immediate d

    This tool is a specialized CLI utility for scaffolding Express.js web applications, providing the requested template-based generation and boilerplate setup for that specific ecosystem.

    JavaScriptProject Boilerplates
    Vezi pe GitHub↗1,853
  • plopjs/plopAvatar plopjs

    plopjs/plop

    7,666Vezi pe GitHub↗

    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

    Plop is a template-based CLI tool designed to automate the generation of boilerplate code and project structures, making it a direct fit for scaffolding new software components.

    JavaScriptProject Scaffolding Templates
    Vezi pe GitHub↗7,666
  • yeoman/generator-angularAvatar yeoman

    yeoman/generator-angular

    5,675Vezi pe GitHub↗

    This is a Yeoman generator that scaffolds AngularJS projects and components. It automates the setup of a complete AngularJS application with boilerplate code, directory structure, and optional dependencies, while also providing standalone sub-generators for creating controllers, directives, filters, services, views, and routes. The generator handles module registration automatically, injecting generated files into the AngularJS module system and patching route configuration files when new routes are created. It supports generating code in CoffeeScript or TypeScript through a command-line flag

    This tool automates the scaffolding and boilerplate generation for AngularJS projects using a CLI-driven, template-based approach, though its scope is limited to a specific framework rather than being a general-purpose project generator.

    JavaScriptProject Boilerplates
    Vezi pe GitHub↗5,675
  • yeoman/generator-mobileAvatar yeoman

    yeoman/generator-mobile

    913Vezi pe GitHub↗

    This project is a command-line scaffolding tool designed to automate the initial setup of web and mobile-first development projects. It functions as a generator that creates standardized file structures and build configurations, providing a consistent foundation for new applications. The tool utilizes an interactive terminal-based prompt system to gather user input, which drives the generation of project manifests and environment-specific scripts. By employing a modular architecture, it allows for the integration of independent generator modules and external build tools to handle specific tec

    This tool provides a command-line interface for generating standardized project structures and build configurations, serving as a direct implementation of a project scaffolding generator for mobile and web applications.

    JavaScriptConfiguration-Driven Scaffolding
    Vezi pe GitHub↗913
  • infyomlabs/laravel-generatorAvatar InfyOmLabs

    InfyOmLabs/laravel-generator

    3,829Vezi pe GitHub↗

    This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b

    This tool automates the generation of CRUD structures, API endpoints, and administrative dashboards for Laravel projects using a template-driven approach, fitting the category of a project scaffolding generator despite its focus on a specific framework ecosystem.

    PHPProject Boilerplates
    Vezi pe GitHub↗3,829
  • fastapi/full-stack-fastapi-templateAvatar fastapi

    fastapi/full-stack-fastapi-template

    43,815Vezi pe GitHub↗

    This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th

    This project is a specialized boilerplate generator that automates the creation of full-stack web application structures, providing a standardized starting point with pre-configured backend and frontend integration.

    TypeScriptAPI Integration LayersProject ScaffoldingDatabase Migrations
    Vezi pe GitHub↗43,815
  • facebook/create-react-appAvatar facebook

    facebook/create-react-app

    103,325Vezi pe GitHub↗

    Create React App is a comprehensive suite of tools for project bootstrapping, local development serving, unit testing, and production asset optimization. It functions as a React project bootstrapper and frontend build toolchain that generates a pre-configured development environment and folder structure. The project provides a local development server with live reloading and real-time error reporting, alongside a built-in test runner for executing unit tests and generating code coverage reports. It also includes a progressive web app template to implement service workers and web app manifests

    This tool automates the scaffolding and boilerplate generation for React-based web projects, providing a pre-configured environment and folder structure that fits the category of a project bootstrapper.

    JavaScriptProject ScaffoldingBuild and BundlingDevelopment Servers
    Vezi pe GitHub↗103,325
  • vuejs/vue-cliAvatar vuejs

    vuejs/vue-cli

    29,576Vezi pe GitHub↗

    vue-cli is a frontend development command line interface and scaffolding tool designed for initializing, managing, and configuring the build pipeline of Vue.js projects. It serves as a project bootstrapping tool that creates standardized directory structures and installs the necessary dependencies to establish a development environment. The tool provides a build environment based on Webpack to bundle and compile assets for modern web applications. It focuses on automating the frontend build pipeline to ensure consistent production builds across different projects. The system incorporates sta

    This tool provides automated scaffolding and project initialization for web applications, though its scope is specifically constrained to the Vue.js ecosystem rather than general-purpose native application structures.

    JavaScriptProject InitializersEnvironment Setup ToolsFrontend Build Tools
    Vezi pe GitHub↗29,576
  • angular/angular-cliAvatar angular

    angular/angular-cli

    27,018Vezi pe GitHub↗

    The Angular Command Line Interface is a tool for initializing, scaffolding, and managing the development lifecycle of Angular web applications from a terminal. It functions as a project manager and frontend build toolchain, providing a standardized way to bootstrap new applications and manage their overall health and configuration. The tool employs schematic-based code generation to create standardized project structures and components. It utilizes a workspace-based configuration to manage multiple related applications and libraries within a single shared root and dependency tree. The system

    This tool provides robust, template-based scaffolding and CLI-driven project initialization specifically for the Angular ecosystem, though it is limited to that framework rather than being a general-purpose generator for any native application structure.

    TypeScriptApplication ScaffoldingProject BootstrappingAngular Build Runners
    Vezi pe GitHub↗27,018
  • react-webpack-generators/generator-react-webpackAvatar react-webpack-generators

    react-webpack-generators/generator-react-webpack

    2,851Vezi pe GitHub↗

    This project is a command-line utility designed to automate the initialization and maintenance of React application environments. It provides a structured foundation for new projects by scaffolding pre-configured build settings, directory layouts, and testing environments, allowing developers to jumpstart their workflows with standardized configurations. The tool distinguishes itself through its integrated approach to both project scaffolding and ongoing development tasks. Beyond initial setup, it includes generators for creating standardized user interface components, complete with associate

    This tool provides a CLI-based scaffolding experience for React and Webpack projects, serving as a specialized generator for native web application structures.

    JavaScriptReact Project BoilerplatesModule BundlingWebpack-Based Bundling
    Vezi pe GitHub↗2,851
  • cookiecutter/cookiecutter-djangoAvatar cookiecutter

    cookiecutter/cookiecutter-django

    13,421Vezi pe GitHub↗

    Cookiecutter Django is a command-line utility designed to generate production-ready web application structures based on the Django framework. It functions as a standardized boilerplate generator that automates the initial setup of a project, providing a consistent foundation that includes pre-configured settings, security defaults, and integrated infrastructure services. The project distinguishes itself by providing a fully containerized development and deployment environment. It orchestrates multi-container stacks that manage databases, background workers, and web servers, ensuring that the

    This tool automates the scaffolding of production-ready Django projects via a CLI, providing a robust template-based foundation that includes native build and infrastructure integration.

    PythonProject ScaffoldingProject Scaffolding ToolsContainerized Development Environments
    Vezi pe GitHub↗13,421
  • expo/create-react-native-appAvatar expo

    expo/create-react-native-app

    13,254Vezi pe GitHub↗

    create-react-native-app is a command-line project bootstrapper and template generator for creating the directory structure and configuration files required for React Native applications. It serves as a development scaffold for initializing projects that target iOS, Android, and web environments. The tool automates the generation of a standardized codebase by copying pre-defined source templates and resolving the necessary dependencies to establish a basic development environment. It produces the native metadata files required for platform-specific configuration to ensure the project builds co

    This tool is a specialized project scaffolder that automates the creation of native React Native application structures, providing the necessary boilerplate and configuration for iOS, Android, and web development.

    JavaScriptProject BootstrappingApplication Scaffolding ToolsConfiguration File Generators
    Vezi pe GitHub↗13,254
  • sahat/megaboilerplateAvatar sahat

    sahat/megaboilerplate

    3,802Vezi pe GitHub↗

    Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter templates and a command-line interface to bootstrap the directory structures and configuration files for various project architectures. The tool generates customized boilerplates for full-stack web applications, universal applications using server-side rendering, and cross-platform JavaScript libraries. It includes predefined templates for integrating third-party identity providers via OAuth and cloud-ready starters optimized for Git-based deployment workflows. The project covers

    Megaboilerplate is a command-line tool that automates the creation of project structures and configuration files using predefined templates, fitting the category of a project scaffolder despite its primary focus on web and JavaScript-based architectures.

    CSSFull-Stack Application BoilerplatesTemplate-Based Project ScaffoldersApplication Boilerplates
    Vezi pe GitHub↗3,802
  • developit/preact-cliAvatar developit

    developit/preact-cli

    4,669Vezi pe GitHub↗

    preact-cli is a command line interface and build pipeline for initializing, developing, and deploying Preact applications. It functions as a project scaffolding tool that uses predefined templates to generate the necessary directory structures and boilerplate for new web applications. The tool provides specialized capabilities for creating progressive web apps by generating service workers and caching strategies for offline functionality. It also includes a static site pre-renderer that converts application routes into HTML files during the build process to improve search engine visibility an

    This tool provides project scaffolding and boilerplate generation specifically for Preact applications, offering a CLI-driven approach to initializing native-like web project structures.

    JavaScriptProject ScaffoldersTemplate-Based Project ScaffoldersDevelopment Iteration Workflows
    Vezi pe GitHub↗4,669
  • cargo-generate/cargo-generateAvatar cargo-generate

    cargo-generate/cargo-generate

    2,423Vezi pe GitHub↗

    cargo, make me a project

    This tool automates the creation of new Rust projects from templates using a CLI interface and liquid-based placeholders, fitting the category of a project scaffolder even though it is specialized for the Rust ecosystem.

    RustBuild Systems
    Vezi pe GitHub↗2,423
  • bamlab/generator-rn-toolboxAvatar bamlab

    bamlab/generator-rn-toolbox

    1,190Vezi pe GitHub↗

    The React Native Generator to bootstrap your apps

    This tool automates the scaffolding of React Native projects using Yeoman, providing a CLI-driven approach to setting up native application structures and boilerplate configurations.

    JavaScriptDevelopment Tools
    Vezi pe GitHub↗1,190
  • unlyed/boilerplates-generatorAvatar UnlyEd

    UnlyEd/boilerplates-generator

    8Vezi pe GitHub↗

    Boilerplates generator, to quickly create ready-to-use projects (Serverless Framework, TypeScript, OSS packages, etc.)

    This tool provides a CLI-based approach to generating project structures from templates, directly addressing the need for automating boilerplate setup across various software stacks.

    JavaScriptInfrastructure and Deployment
    Vezi pe GitHub↗8
  • fukamachi/cl-projectAvatar fukamachi

    fukamachi/cl-project

    273Vezi pe GitHub↗

    Generate modern project skeletons

    This tool provides a CLI-based approach to generating structured project skeletons for Common Lisp applications, fitting the category of a project scaffolding generator.

    Common LispCode Utilities
    Vezi pe GitHub↗273
  • angular-fullstack/generator-angular-fullstackAvatar angular-fullstack

    angular-fullstack/generator-angular-fullstack

    6,095Vezi pe GitHub↗

    This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem

    This tool functions as a project scaffolder that automates the creation of full-stack application structures, though it is specifically tailored to the MEAN stack rather than being a general-purpose multi-language generator.

    JavaScriptFull-Stack Application BoilerplatesFull-Stack Application ScaffoldersFull-Stack Generators
    Vezi pe GitHub↗6,095
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
audreyr/cookiecutter25KPythonBSD-3-Clause1 apr. 2026
yeoman/yeoman10.1K——18 oct. 2022
pydanny/cookiecutter-django13.5KPythonBSD-3-Clause17 iun. 2026
cookiecutter/cookiecutter25KPythonBSD-3-Clause1 apr. 2026
ljlm0402/typescript-express-starter2.9KTypeScriptmit21 feb. 2026
ardalis/cleanarchitecture18.3KC#MIT27 mai 2026
friendlyanon/cmake-init2.5KCMakegpl-3.031 aug. 2025
yeoman/yo4KJavaScriptBSD-2-Clause2 iun. 2026
yeoman/generator1.3KTypeScriptBSD-2-Clause20 iun. 2026
melkeydev/go-blueprint8.9KGoMIT26 apr. 2026

Related searches

  • a command line tool for scaffolding projects
  • un instrument pentru crearea de module native Node.js
  • Web application generators
  • platformă pentru dezvoltarea de integrări native
  • unealtă de scaffolding pentru generarea de boilerplate de proiect
  • structură standardizată pentru directoarele de proiect
  • a library for native webview communication
  • Linux build tools