awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Rich-Harris avatar

Rich-Harris/degit

0
View on GitHub↗
7,883 stars·279 forks·TypeScript·MIT·5 views

Degit

degit is a Git project scaffolder and repository downloader that initializes new projects from remote Git templates. It fetches the latest commit of a repository as a clean snapshot, stripping all version control history and metadata to provide a fresh starting point.

The tool supports fetching specific branches, tags, or commit hashes to ensure the project uses a precise source version. It can also perform subdirectory extraction, allowing the download of a specific folder from a remote source rather than the entire project tree.

The utility includes a local snapshot cache to accelerate future retrievals and supports secure authentication via HTTPS or SSH to access private repositories. It further provides mechanisms for post-extraction hook execution to run cleanup scripts after the project is unpacked.

Features

  • Project Scaffolders - Creates a new project directory by downloading a remote repository snapshot as a clean starter.
  • Latest Commit Resolution - Queries remote providers to resolve the latest commit hash before fetching the source archive.
  • Project Bootstrapping Templates - Initializes new projects using remote Git repositories as blueprints while removing metadata.
  • Template-Based Project Scaffolders - Generates new projects from remote repository templates while stripping all version control history.
  • Remote Source Extraction - Downloads specific branches or subdirectories from a remote repository to use as a local starting point.
  • Repository Archive Downloaders - Fetches specific branches, tags, or commit hashes from Git hosts as compressed archives.
  • Source Version Fetching - Allows downloading a precise tag, branch, or commit hash to ensure the project uses a specific version.
  • Tarball Snapshots - Downloads compressed archives of specific commits to provide a clean snapshot without git history.
  • Project Initializers - Rapidly bootstraps new project structures by using cached remote repository archives.
  • Boilerplate Distributions - Distributes starter code and project structures via Git repositories while keeping the local copy clean.
  • Archive Caches - Stores downloaded repository snapshots in a local directory to avoid redundant network requests.
  • Repository Snapshot Caches - Provides a local storage system for repository archives to speed up project template retrieval.
  • Repository Cache Managers - Stores downloaded repository archives locally to accelerate future project retrievals and support offline access.
  • Private Repository Authentication - Provides secure credential handling to download archives from private repositories via HTTPS or SSH.
  • Subdirectory Extraction - Enables the download of a specific folder from a remote source to avoid pulling the entire project tree.
  • Private Repository Access - Implements secure fetching of source files from private repositories using HTTPS or SSH authentication.
  • Git Utilities - Git repository cloning for scaffolding.

Star history

Star history chart for rich-harris/degitStar history chart for rich-harris/degit

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Degit

Similar open-source projects, ranked by how many features they share with Degit.
  • preactjs/preact-clipreactjs avatar

    preactjs/preact-cli

    4,669View on GitHub↗

    preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It provides a Webpack-based build pipeline to coordinate code transformation, asset optimization, and production compilation. The toolkit includes a static site prerenderer to convert application routes into static HTML files and a PWA development toolkit for generating service workers and offline asset caching. It also functions as a frontend development server featuring hot module replacement and a proxy for real-time application iteration. The project covers a broad range of

    JavaScriptclihacktoberfesthttp2
    View on GitHub↗4,669
  • sahat/megaboilerplatesahat avatar

    sahat/megaboilerplate

    3,802View on 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

    CSS
    View on GitHub↗3,802
  • developit/preact-clidevelopit avatar

    developit/preact-cli

    4,669View on 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

    JavaScript
    View on GitHub↗4,669
  • swiip/generator-gulp-angularSwiip avatar

    Swiip/generator-gulp-angular

    3,689View on GitHub↗

    This project is a Yeoman generator for AngularJS that provides frontend project scaffolding and a GulpJS build pipeline. It functions as a project bootstrapper to automate the creation of standardized directory layouts and technology stacks for web applications. The system includes a web-based configuration interface that allows users to customize project preferences before generating the project archive. It utilizes a composable pipeline of generators to modularize the setup of frameworks and language preprocessors. The tool provides a complete development workflow featuring an automated ta

    JavaScript
    View on GitHub↗3,689
See all 30 alternatives to Degit→

Frequently asked questions

What does rich-harris/degit do?

degit is a Git project scaffolder and repository downloader that initializes new projects from remote Git templates. It fetches the latest commit of a repository as a clean snapshot, stripping all version control history and metadata to provide a fresh starting point.

What are the main features of rich-harris/degit?

The main features of rich-harris/degit are: Project Scaffolders, Latest Commit Resolution, Project Bootstrapping Templates, Template-Based Project Scaffolders, Remote Source Extraction, Repository Archive Downloaders, Source Version Fetching, Tarball Snapshots.

What are some open-source alternatives to rich-harris/degit?

Open-source alternatives to rich-harris/degit include: preactjs/preact-cli — preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It… swiip/generator-gulp-angular — This project is a Yeoman generator for AngularJS that provides frontend project scaffolding and a GulpJS build… sahat/megaboilerplate — Megaboilerplate is a JavaScript application scaffolder and project generation tool. It provides a set of starter… developit/preact-cli — preact-cli is a command line interface and build pipeline for initializing, developing, and deploying Preact… transitive-bullshit/create-react-library — create-react-library is a command-line generator and development environment designed for creating reusable React… decosoftware/deco-ide — Deco IDE is a graphical development environment for building React Native applications. It combines a visual component…