Sha256: 95e01c0755f1aa88e456ffd79e173184b2b72c2506f9233a198c6bd0642d2e9a
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# Graphshaper [![Build Status](https://secure.travis-ci.org/moonglum/graphshaper.png?branch=master)](http://travis-ci.org/moonglum/graphshaper) Graphshaper can generate realistic, scale-free graphs of any size. It is tested with MRI Ruby (1.9.2. and 1.9.3) and the 1.9 versions of jRuby and Rubinius. ## 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 vertices you want your generated graph to have. This will result in two CSV files containing your vertices and edges. For example: graphshaper 50 You can also use the library in your Ruby Code. You can find the documentation [here](http://rubydoc.info/github/moonglum/graphshaper). ## 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
graphshaper-0.2.1 | README.md |
graphshaper-0.2 | README.md |
graphshaper-0.1 | README.md |