Mirgrate an AWS CodeCommit repository to Github
npm install @jwerre/codecommit-to-githubbash
npm install -g @jwerre/codecommit-to-github
`Setup
Be sure and have your AWS profile configured.
Be sure you have your Github personal access tokenExamples
`bash
codecommit-to-github --helpMirgrate an AWS CodeCommit repository to Github
Usage: codecommit-to-github --token ./path/to/my/repo
Options:
-t, --token Github auth token.
-r, --remote Name of remote to migrate (default: 'origin').
-a, --aws-profile AWS profile name (default: 'default').
-o, --organization Name of organization to create repo under instead of user.
-p, --public Whether the github repo should be public, defaults to private.
-h, --help Show help.
-v, --verbose Verbose output.
-d, --dry Perform a dry run.
``