• Stars
    star
    133
  • Rank 262,732 (Top 6 %)
  • Language
    Ruby
  • Created over 11 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Migrate issues from a Github repository to a Bitbucket one

Export issues from a Github repository to the Bitbucket Issue Data Format

Usage

Requirements:

Make sure you have all dependencies:

bundle install

And then:

  ruby cli.rb -u username -p password -r myrepo -o issues.zip

or:

  ruby cli.rb -t token_here --organization your_org

Available options

    -t, --access_token [ARG]         Github access token
    -u, --username [ARG]             Github username
    -p, --password [ARG]             Github password
        --organization [ARG]         Export all organization's repositories
    -o, --output [ARG]               Output filename - defaults to [repo_name].zip
    -r, --repository [ARG]           Export only one repository
    -h, --help                       Show this message

More Repositories

1

bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
CoffeeScript
4,420
star
2

import-users-from-csv

WordPress plugin - Import users from a CSV file into WordPress
PHP
47
star
3

the-loops

Like Drupal Views but for WordPress, The Loops allows you to query the WordPress database for content and display it in a page without having to write php code.
PHP
6
star
4

csv-to-mixpanel

Import people from a CSV file to Mixpanel
Ruby
5
star
5

export-users-to-csv

Exports WordPress users data and metadata to a CSV file
PHP
3
star
6

beautify

UNMAINTAINED - Node.js app for beautifying HTML, CSS or JS code
JavaScript
3
star
7

automatic-updates-library

UNMAINTAINED - Client library for a WordPress automatic updates server
PHP
2
star
8

express-mail

Easy email delivery from Express apps
JavaScript
2
star
9

phpunitwdformatter

PHPUnit Webdriver Formatter for Selenium IDE
JavaScript
2
star
10

read-csv

RFC 4180 compliant PHP library to read CSV files
PHP
1
star
11

first-thememy-prototype

UNMAINTAINED - Shopify for WordPress extensions
PHP
1
star
12

wordpress-updates-server

UNMAINTAINED - App to serve plugins and themes updates to WordPress installs
Ruby
1
star
13

buddypress-my-groups-widget

PHP
1
star
14

sms-framework

UNMAINTAINED - WordPress plugin for sending messages through various SMS services
PHP
1
star
15

browse-as

UNMAINTAINED - WordPress plugin - Allow your site administrators, editors and other roles with the 'edit_users' capability to browser the site as a user they can edit.
PHP
1
star
16

field-toggles-elements

UNMAINTAINED - When the values of some fields in your form are changed, show/hide other elements or form fields on the same page with this jQuery plugin.
JavaScript
1
star