Sha256: d74c012c89f159c96d690d6c1fc22d1ad8b0f8f509db83fd1b514f8d2235b985

Contents?: true

Size: 903 Bytes

Versions: 9

Compression:

Stored size: 903 Bytes

Contents

bundle-viz(1) -- Generates a visual dependency graph for your Gemfile
=====================================================================

## SYNOPSIS

`bundle viz` [--file=FILE]
             [--format=FORMAT]
             [--requirements]
             [--version]
             [--without=GROUP GROUP]

## DESCRIPTION

`viz` generates a PNG file of the current `Gemfile(5)` as a dependency graph.
`viz` requires the ruby-graphviz gem (and its dependencies).

The associated gems must also be installed via `bundle install(1)`.

## OPTIONS

* `--file`:
  The name to use for the generated file. See `--format` option
* `--format`:
  This is output format option. Supported format is png, jpg, svg, dot ...
* `--requirements`:
  Set to show the version of each required dependency.
* `--version`:
  Set to show each gem version.
* `--without`:
  Exclude gems that are part of the specified named group.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bundler-1.15.4 man/bundle-viz.ronn
bundler-1.15.3 man/bundle-viz.ronn
bundler-1.15.2 man/bundle-viz.ronn
bundler-1.15.1 man/bundle-viz.ronn
bundler-1.15.0 man/bundle-viz.ronn
bundler-1.15.0.pre.4 man/bundle-viz.ronn
bundler-1.15.0.pre.3 man/bundle-viz.ronn
bundler-1.15.0.pre.2 man/bundle-viz.ronn
bundler-1.15.0.pre.1 man/bundle-viz.ronn