# rdep
**Repository Path**: mirrors_sourcegraph/rdep
## Basic Information
- **Project Name**: rdep
- **Description**: Command line utility for displaying gem dependency metadata in JSON
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-23
- **Last Updated**: 2026-01-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
rdep
====
`rdep` is a simple gem / command line tool that will print the dependencies of a ruby project.
`rdep` is still under active development. There are bugs. Pull requests welcome :)
See also: https://github.com/sourcegraph/pydep
__WARNING: `rdep` may execute a project's .gemspec or `Gemfile`. Do not run on untrusted code.__
Install
-----
```
gem install rdep
```
Usage
-----
```
rdep -h # print out options
rdep # run pydep on project directory (should contain *.gemspec or Gemfile)
```
Additional requirements
-----------------------
- RubyGems (`gem`)