Parse Trello json exports and write to plain text files
- Download each board's json export to a local directory, and organize the files as $dir/$org/$board.json, optionally with me.json in the $dir.
- Create a
.env
file with two variables: Set theINPUT_DIRECTORY
to be $dir, and theOUTPUT_DIRECTORY
to be anywhere else. npm run parse
- Go do whatever you want.