From f4f7853a9f28809f28fd71c1b3ee990f5eac7da7 Mon Sep 17 00:00:00 2001 From: Romain Courtois Date: Tue, 7 Jan 2025 11:00:25 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ad5924..699cff3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ [![PyPI version](https://badge.fury.io/py/gitingest.svg)](https://badge.fury.io/py/gitingest) [![GitHub stars](https://img.shields.io/github/stars/cyclotruc/gitingest?style=social.svg)](https://github.com/cyclotruc/gitingest) [![Downloads](https://pepy.tech/badge/gitingest)](https://pepy.tech/project/gitingest) -[![GitHub issues](https://img.shields.io/github/issues/cyclotruc/gitingest)](https://github.com/cyclotruc/gitingest/issues) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Discord](https://dcbadge.limes.pink/api/server/https://discord.com/invite/zerRaGK9EC)](https://discord.com/invite/zerRaGK9EC) @@ -43,7 +41,6 @@ pip install gitingest The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension). -For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases). Issues and feature requests are welcome to the repo. ## 💡 Command line usage @@ -107,6 +104,10 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env - [tiktoken](https://github.com/openai/tiktoken) - Token estimation - [apianalytics.dev](https://www.apianalytics.dev/) - Simple Analytics +### Looking for a javascript/node package? + +Check out the NPM alternative 📦 Repomix: https://github.com/yamadashy/repomix + ## ✔️ Contributing to Gitingest Gitingest aims to be friendly for first time contributors, with a simple python and html codebase. @@ -175,3 +176,4 @@ The application should be available at `http://localhost:8000` ```bash gitingest --help ``` +