Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/verovaleros/nuggit

Small bits of insights from GitHub repositories
https://github.com/verovaleros/nuggit

community github indexcard information software

Last synced: about 2 months ago
JSON representation

Small bits of insights from GitHub repositories

Awesome Lists containing this project

README

        

# Nuggit: Small bits of insights from GitHub repositories

Nuggit is a Python tool that creates an index-card like summary of a GitHub repository.

image

## Installation

Using virtual environments to manage requirements:
```bash
:~$ git clone https://github.com/verovaleros/nuggit.git
:~$ cd nuggit/
:~$ python3 -m venv .venv
:~$ source .venv/bin/activate
:~$ pip install -r requirements.txt
```

## Usage
```python
:~$ python3 nuggit.py --help
usage: nuggit.py [-h] -r REPO [-l LOG_FILE] [-d] [-v]

Nuggit: Small bits of big insights from GitHub repositories

optional arguments:
-h, --help show this help message and exit
-r REPO, --repo REPO URL of the GitHub repository to analyze.
-l LOG_FILE, --log_file LOG_FILE
Log file name (default: nuggit.log)
-d, --debug Extra verbose for debugging.
-v, --verbose Be verbose```
```

## About
This tool was created by verovaleros on October 2024. GNU General Public License v2.0.