Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orloffm committed Nov 18, 2018
1 parent 6205d99 commit 9dbe0ea
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 187 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# prigitsk
# Prigitsk

[![Build status](https://ci.appveyor.com/api/projects/status/52iqd3aqo3axtni3?svg=true)](https://ci.appveyor.com/project/orloffm/prigitsk) [![Coverage Status](https://coveralls.io/repos/github/orloffm/prigitsk/badge.svg?branch=master)](https://coveralls.io/github/orloffm/prigitsk?branch=master)

The console and web apps to draw Git Repository.
This is a tool that draws graphs of Git repositories. It uses dot.exe from GraphViz for rendering and loosely follows Flow branching strategy.
Currently available as a Windows console application,
with plans to create a web-based version.

## Usage

1. Download GraphViz. Either add its `bin` folder to PATH or run `prigitsk configure` to specify path to it.
2. Run from the directory of your Git repository:

prigitsk draw

For options:

prigitsk draw --help

## Example output

![](doc/examples/common_example.png)
185 changes: 0 additions & 185 deletions data/example.dot

This file was deleted.

Binary file added doc/examples/common_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dbe0ea

Please sign in to comment.