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
- Host: GitHub
- URL: https://github.com/spaquet/homebrew-gemtracker
- Owner: spaquet
- License: mit
- Created: 2026-04-04T20:24:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-22T23:10:09.000Z (13 days ago)
- Last Synced: 2026-06-23T01:07:36.304Z (13 days ago)
- Topics: brew, gemtracker, homebrew, homebrew-formula, linux, macos
- Language: Ruby
- Homepage: https://gemtracker-website.spaquet74.workers.dev/
- Size: 36.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
---