Sha256: e00e597f0d4aa6ebdc4e13678179439b29c3591ec0ab3a321e36ffb36aec6ddf
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
OctokitIssueExport ================== Export issues from projects on GitHub Installation ------------ Add this line to your application's Gemfile: gem 'octokit_issue_export' And then execute: $ bundle Or install it yourself as: $ gem install octokit_issue_export Usage ----- ``` # Provide authentication credentials Octokit.configure do |c| c.login = 'defunkt' c.password = 'c0d3b4ssssss!' end # Fetch the current user Octokit.export_org_issues('rails') ``` Contributing ------------ 1. Fork it 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 new Pull Request Author ------ - [@linyows](https://github.com/linyows) License ------- MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octokit_issue_export-0.0.1 | README.md |