A simple CLI parser written in NodeJS.
It allows you to export a GameBook in SQLite database format to a JSON file or validate a GameBook in JSON format via JSON schema.
Install the NodeJS dependecies
npm install
Launch the application
node GBparser.js FILE_PATH
- Install LibroGame Creator 3 (LGC3).
- Open a GameBook with LGC3.
- Export the GameBook to SQLite database.