Trello to github board ia a command to easily migrate an existing Trello board to Github project board. This is a tiny tool I needed for my projects, and probably misses a lot of features, such as of v0.1.0 there is no way to make the user/password login method to work, forcing you to use a PAT (Personal Access Token) token
- Install nodejs in your system
- Install the command
npm install -g trello-to-github-board
- Go to https://trello.com/b/your_board_id.json and save it with your preferred name
- Create map file to map lists and labels, you may look inside
examples
folder in this repository - Run
trello-to-git-board parse trello_file.json -m mapfile.json
- Now you have a
output.json
file, that you can look for, and if everything seems ok, you can import it to your project board - Get a PAT from https://github.com/settings/tokens and then run from a bash script
$ GIT_TOKEN=token_value trello-to-git-board import output.json https://github.com/your_user/your_repo/projects/your_project_id
This project is open source, and the only income comes from the donators, If you like the project, please donate, thank you 🍷