An open API service indexing awesome lists of open source software.

https://github.com/djbender/netrunner


https://github.com/djbender/netrunner

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Netrunner

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'netrunner'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install netrunner

## Usage

TODO: Write usage instructions here

## Development

Install the gem dependencies:

$ bundle

Run the specs via the built-in rake task:

$ bin/rake

From here you can add a spec and implement the feature. This library
is setup to developed tests first and rapid feedback is available via
[guard](https://github.com/guard/guard). A good way to use guard is
with guard running while actively developing. A simple setup might be
one shell running guard and another that edits files. To run guard:

$ bin/guard

While guard is running it will auto detect file changes and rerun
the corresponding specs (as defined in the `Guardfile`).

My preferred method is to run guard in a left vertical pane and edit
files in a right vertical pane.

## Contributing

1. Fork it ( https://github.com/djbender/netrunner/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Disclaimer
Netrunner and Android are trademarks of Fantasy Flight Publishing, Inc. and/or Wizards of the Coast LLC.

This is website is not affiliated with Fantasy Flight Games or Wizards of the Coast.