First install the required gems:
gem install octokit awesomeprint rainbow
Then run it to extract all of your open GitHub issues into files (with comments).
ruby my-gh-issues.rb
console.log('bar.js is run (should run 2nd)'); | |
define(['https://gist.github.com/karlwestin/5396117/raw/foo.js'], function () { | |
console.log('complete in bar.js is run (should run 4th)'); | |
window.divide = function (a, b) { | |
return a / b; | |
} | |
}); |
First install the required gems:
gem install octokit awesomeprint rainbow
Then run it to extract all of your open GitHub issues into files (with comments).
ruby my-gh-issues.rb