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

https://github.com/spaquet/homebrew-gemtracker

Homebrew formula for gemtracker
https://github.com/spaquet/homebrew-gemtracker

brew gemtracker homebrew homebrew-formula linux macos

Last synced: 2 days ago
JSON representation

Homebrew formula for gemtracker

Awesome Lists containing this project

README

          

# Homebrew Tap for Gemtracker








Gemtracker Homebrew Tap


An interactive TUI for analyzing Ruby gem dependencies and security risks

[Main Repository](#main-repository) • [Installation](#installation) • [Usage](#usage)

---

## About This Tap

This is the **Homebrew tap** for distributing [Gemtracker](https://github.com/spaquet/gemtracker), a powerful terminal UI tool that helps you understand and audit Ruby gem dependencies in your projects.

### What Gemtracker Does



Analyze Dependencies — Visualize your Ruby gem dependency tree


Security Scanning — Identify known vulnerabilities in your dependencies


Interactive UI — Navigate and explore dependencies with an intuitive terminal interface

## Installation

### Via Homebrew

```bash
# Add the tap
brew tap spaquet/gemtracker

# Install gemtracker
brew install gemtracker
```

### Supported Platforms

- **macOS** (Intel & Apple Silicon)
- **Linux** (x86_64 & ARM64)

## Usage

```bash
# Analyze the current directory
gemtracker

# Analyze a specific project
gemtracker /path/to/your/ruby/project
```

Gemtracker reads your `Gemfile.lock` and provides an interactive interface to explore gem dependencies and security information.

---

## Main Repository

**For the full source code, documentation, and to report issues:**

### [github.com/spaquet/gemtracker](https://github.com/spaquet/gemtracker)

---

## About This Tap

This repository serves as a Homebrew distribution channel for Gemtracker. It is **automatically generated and maintained** by the main project.

### Important Note


**This tap does not accept pull requests or contributions.** If you'd like to contribute to Gemtracker, please visit the [main repository](https://github.com/spaquet/gemtracker).

---


License: MIT


Managed by spaquet