awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

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

    Pythoncookiecutterpython
    Vezi pe GitHub↗24,950
  • drivendataorg/cookiecutter-data-scienceAvatar drivendataorg

    drivendataorg/cookiecutter-data-science

    9,687Vezi pe 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
    Vezi pe GitHub↗9,687
  • christianlempa/boilerplatesAvatar ChristianLempa

    ChristianLempa/boilerplates

    7,831Vezi pe 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
    Vezi pe GitHub↗7,831
  • moonrepo/moonAvatar moonrepo

    moonrepo/moon

    3,687Vezi pe 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
    Vezi pe GitHub↗3,687
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Version Control Systems
  5. Git-Based Repositories
  6. Template Distribution