Sha256: c9a87bb44f7fd206e7db37564f9a371e386377940438c0da12102da49301f641
Contents?: true
Size: 897 Bytes
Versions: 4
Compression:
Stored size: 897 Bytes
Contents
# ThreatAgent [![Build Status](https://secure.travis-ci.org/threatagent/threatagent.png)](http://travis-ci.org/threatagent/threatagent) [![Dependency Status](https://gemnasium.com/threatagent/threatagent.png)](https://gemnasium.com/threatagent/threatagent) A gem to interface with the Threat Agent API. ## Installation Add this line to your application's Gemfile: `gem 'threatagent'` And then execute: `bundle` Or install it yourself with: `gem install threatagent` ## Usage After installing the gem you can run `threatagent` from the commandline to list available subcommands: ``` [ecarey @ ~]$ threatagent Commands: # TODO: Update me ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b feature/my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin feature/my-new-feature`) 5. Create new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
threat_agent-1.0.0.beta.4 | README.md |
threat_agent-1.0.0.beta.3 | README.md |
threat_agent-1.0.0.beta.2 | README.md |
threat_agent-1.0.0.beta.1 | README.md |