CLI tool to easily export FunRetro.io retrospective boards using Playwright
It's required to have npm installed locally to follow the instructions.
git clone https://github.com/julykaz/funretro-export.git
cd funretro-export
npm install
npm start -- "http://funretro.io/board..." "../exported-file.txt"
-
To use the default behavior run the following command npm start -- "http://funretro.io/board..." "../exported-file.txt" txt
-
To create a csv file run the following command npm start -- "http://funretro.io/board..." "../exported-file" csv
- Export card comments
- More export options (PDF, CSV)
MIT License