Sha256: 73c21831b3858b90ea9e556dd8882278a16c7ac510ff0cd24881c50408930dc8

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

# Graphshaper

Graphshaper can generate realistic, scale-free graphs of any size. The resulting graph can then be saved into different kinds of databases.

## Installation

Add this line to your application's Gemfile:

    gem 'graphshaper'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install graphshaper

## Usage

The commandline tool expects one argument: The number of nodes you want your generated graph to have. For example:

    graphshaper 50

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make your changes – don't forget to spec them with RSpec
4. Commit your changes (`git commit -am 'Added some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphshaper-0.0.1 README.md