1.0.3 • Published 1 year ago

github-workflow-migrator v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

What is it?

This is a tool to migrate GitHub Actions workflows from one repository to another/multiple repositories.

How to use it?

Prerequisites

Installation

npm install -g github-workflow-migrator

Npx

You can simply execute the migrator via npx:

npx github-workflow-migrator -cnf ./config.json

Usage

Help

This command will provide you a list of all available options.

npx github-workflow-migrator -h

All options

npx github-workflow-migrator -gu Cadienvan -gm ssh -i -t -cm -v -rp 'abc,def,ghi' -cu "customurl" -f "foldercustom" -ci "npm install custom" -ct "npm test custom"

Simple usage

npx github-workflow-migrator -cnf ./config.json

Configuration

Please, look at the config.example.json file.

License

MIT

Contributions

Contributions are welcome! Feel free to open an issue or a pull request.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago