Export issues from a Github repository to the Bitbucket Issue Data Format
options:
-repository Repository username/reponame
-username (-u) Github login
-password (-p) Github password
-filename (-o) Output file name (default is ./export.zip) : default - export.zip
-prskip Skip exporting pull requests
-help (-h) Show help
bundle install
bundle exec ruby cli.rb -repository user/repo -username user -password *** -filename out.zip