A tool to prepare game dev project repositories for analysis using QDA (qualitative data analysis) digital tools. Its main purpose is to facilitate qualitative methodologies being applied to game creation processes documented using the MDM approach. It takes a project repository URL from GitHub and processes it to create a structured project file in the REFI-QDA format, ready to be imported into QDA tools (e.g. QualCoder, Atlas.ti, NVivo) for analysis.
This project is being developed by Enric Granzotto Llagostera as part of the Games as Research project.
See the information page for more detail on the project.
Requires git to be installed and that it can be called using the command git.
TBD.
TBD.
- Use
npm run dry-release
to preview and thennpm run release
to generate a changelog and version bump. - Run
npm run build:win
ornpm run build:mac
(according to your machine's OS) to generate the build files.- Make sure to prepare the build file as a zip (on Windows) or dmg (on Mac).
- Create a tag and a release page on the RepoToQDA releases repository. Link the CHANGELOG.md file in the release message.
- Publish the release and share it with the community.
TBD.