1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
gem2gv(1) - create a dependency graph between gems
==================================================
## SYNOPSIS
`gem2gv` [`-T`<format>] [`-o`<file>] [`-h`] [`-V`] <gemname>
## DESCRIPTION
`gem2gv` is a tool that allows you to create a dependency graph
between gems.
See </usr/share/doc/ruby-graphviz/> for more details.
## OPTIONS
* `-T`, `--output-format` [<format>]:
Output format (default: png)
* `-o`, `--output-file` [<file>]:
Path to output image file (default: STDOUT)
* `-p`, `--path`:
Graphviz path
* `-u`, `--use` [<PROGRAM>]:
Program to use (default: dot)
* `-s`, `--stop` <LIB>[,<LIB>[, ...]]:
Stop on libs
* `-V`, `--version`:
Show version
* `-h`, `--help`:
Show this usage message
## EXAMPLE
gem2gv -Tpng -oruby-graphviz.png ruby-graphviz
## AUTHOR
Copyright 2004-2018 Gregoire Lejeune
This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
|