awesome-repositories.com
Blog
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
·
jonschlinkert avatar

jonschlinkert/parse-git-config

0
View on GitHub↗
63 stars·11 forks·JavaScript·MIT·4 views

Parse Git Config

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

Features

  • Git Utilities - Parses .git/config files.

Star history

Star history chart for jonschlinkert/parse-git-configStar history chart for jonschlinkert/parse-git-config

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

Frequently asked questions

What does jonschlinkert/parse-git-config do?

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

What are the main features of jonschlinkert/parse-git-config?

The main features of jonschlinkert/parse-git-config are: Git Utilities.

What are some open-source alternatives to jonschlinkert/parse-git-config?

Open-source alternatives to jonschlinkert/parse-git-config 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… 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.**. nodegit/nodegit — NodeGit is a native Node.js binding library that wraps the libgit2 C API, providing direct Git repository operations… creationix/js-git — js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable…

Open-source alternatives to Parse Git Config

Similar open-source projects, ranked by how many features they share with Parse Git Config.
  • 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
  • lukeed/gittarlukeed avatar

    lukeed/gittar

    127View on GitHub↗

    Gittar is a Promise-based API that downloads *.tar.gz files from GitHub, GitLab, and BitBucket.

    JavaScript
    View on GitHub↗127
  • 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 Parse Git Config→