awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesTemplate Distribution

Mechanisms for distributing and fetching project blueprints from version control systems.

Distinct from Git-Based Repositories: Focuses on the distribution and fetching of templates rather than just the existence of Git repositories.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Template Distribution. Refine with filters or upvote what's useful.

Awesome Template Distribution GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cookiecutter/cookiecutterالصورة الرمزية لـ cookiecutter

    cookiecutter/cookiecutter

    24,950عرض على 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

    Provides the ability to fetch project blueprints directly from remote Git repositories to ensure standardized template versions.

    Pythoncookiecutterpython
    عرض على GitHub↗24,950
  • drivendataorg/cookiecutter-data-scienceالصورة الرمزية لـ drivendataorg

    drivendataorg/cookiecutter-data-science

    9,687عرض على GitHub↗

    This project provides a standardized project directory structure and boilerplate templates for organizing data analysis and machine learning workflows. It serves as a reproducible analysis framework and workspace boilerplate designed to ensure consistency across data science projects. The template distinguishes between exploratory research in notebooks and reusable, testable logic in modular Python packages. It enforces a convention-based directory hierarchy that treats the analysis pipeline as a directed acyclic graph by separating raw, interim, and processed data. The framework covers a br

    Allows users to instantiate specific versions of the project structure using git branches or tags.

    Pythonaicookiecuttercookiecutter-data-science
    عرض على GitHub↗9,687
  • christianlempa/boilerplatesالصورة الرمزية لـ ChristianLempa

    ChristianLempa/boilerplates

    7,831عرض على GitHub↗

    This project is a project scaffolding engine and template-based code generator. It provides a modular project template library and a command-line tool designed to generate standardized directory structures and configuration files from reusable skeletons. The system uses variable injection and custom delimiters to render project skeletons into concrete files. It includes a mechanism for synchronizing shared template collections via version control repositories and a utility for uploading generated files and secrets to remote hosts using secure shell protocols. The tool covers automated projec

    Synchronizes shared project skeletons by fetching template collections directly from remote git repositories.

    Pythonansibledockerdocker-compose
    عرض على GitHub↗7,831
  • moonrepo/moonالصورة الرمزية لـ moonrepo

    moonrepo/moon

    3,687عرض على GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Imports and caches project blueprints from external repositories to maintain consistency across a workspace.

    Rustbuild-systembuild-toolbun
    عرض على GitHub↗3,687
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Version Control Systems
  5. Git-Based Repositories
  6. Template Distribution