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
·
yyx990803 avatar

yyx990803/yorkieFork

0
View on GitHub↗
609 stars·40 forks·JavaScript·MIT·1 view

Yorkie

Husky can prevent bad commit, push and more :dog: woof!

Features

  • Git Utilities - Git hook management.

Star history

Star history chart for yyx990803/yorkieStar history chart for yyx990803/yorkie

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 Yorkie

Similar open-source projects, ranked by how many features they share with Yorkie.
  • ionicabizau/git-url-parseIonicaBizau avatar

    IonicaBizau/git-url-parse

    198View on GitHub↗

    ```sh npm install --save git-url-parse

    JavaScript
    View on GitHub↗198
  • isomorphic-git/isomorphic-gitisomorphic-git avatar

    isomorphic-git/isomorphic-git

    8,259View on GitHub↗

    Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a programmatic client library that allows developers to perform core version control operations without requiring a system-level Git binary installation. The library is designed as an isomorphic codebase, meaning it runs identically across both client-side web browser environments and server-side Node.js runtimes. It achieves this by using a filesystem-agnostic storage model and a pure JavaScript implementation of the Git core logic and the Smart HTTP protocol. The project covers a c

    JavaScript
    View on GitHub↗8,259
  • jonschlinkert/parse-git-configjonschlinkert avatar

    jonschlinkert/parse-git-config

    63View on GitHub↗

    Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your :heart: and support.

    JavaScript
    View on GitHub↗63
  • creationix/js-gitcreationix avatar

    creationix/js-git

    3,844View on GitHub↗

    js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable storage engine that manages blobs, trees, and commits using cryptographic hashes, allowing version control functionality to operate without external system dependencies. The project features a pluggable repository interface and storage layer, enabling Git data to be persisted across diverse mediums such as browser databases or local file systems. It includes a streaming packfile processor for packing and unpacking objects to facilitate efficient data transfer. The library cov

    JavaScript
    View on GitHub↗3,844
See all 14 alternatives to Yorkie→

Frequently asked questions

What does yyx990803/yorkie do?

Husky can prevent bad commit, push and more :dog: woof!

What are the main features of yyx990803/yorkie?

The main features of yyx990803/yorkie are: Git Utilities.

What are some open-source alternatives to yyx990803/yorkie?

Open-source alternatives to yyx990803/yorkie include: ionicabizau/git-url-parse — ```sh npm install --save git-url-parse. isomorphic-git/isomorphic-git — Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a… jonschlinkert/parse-git-config — Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your… lukeed/gittar — Gittar is a Promise-based API that downloads *.tar.gz files from GitHub, GitLab, and BitBucket. nicoespeon/gitgraph.js — 💁‍ Package gitgraph.js is no longer maintained. Check for @gitgraph/ packages instead.**. creationix/js-git — js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable…