https://github.com/djbender/netrunner
https://github.com/djbender/netrunner
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/djbender/netrunner
- Owner: djbender
- License: mit
- Created: 2015-03-01T18:15:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T18:14:12.000Z (over 10 years ago)
- Last Synced: 2025-02-05T18:03:18.320Z (5 months ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.