@jwerre/codecommit-to-github

1.0.0 • Public • Published

CodeCommit to Github

Mirgrate an AWS CodeCommit repository to Github

Install

npm install -g @jwerre/codecommit-to-github

Setup

Be sure and have your AWS profile configured. Be sure you have your Github personal access token

Examples

codecommit-to-github  --help

Mirgrate an AWS CodeCommit repository to Github

Usage: codecommit-to-github --token <your_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.

Package Sidebar

Install

npm i @jwerre/codecommit-to-github

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.55 kB

Total Files

4

Last publish

Collaborators

  • jwerre