This tool helps with creating and filling the .yaml files with data.
There are two possible ways of using it:
Download a packaged build for your system here.
Run the AppImage giving the path to the pqdb repository as a command line argument:
./enter-data-helper-linux.AppImage /path/to/pqdb
Extract the archive with
tar -xf enter-data-helper-mac.tar.gz
Run the application giving the path to the pqdb repository as a command line argument:
./enter-data-helper.app/Contents/MacOS/enter-data-helper /path/to/pqdb
Run the executable in cmd giving the path to the pqdb repository as a command line argument:
enter-data-helper-win.exe C:\path\to\pqdb
Another way is to create a shortcut:
- Right-click .exe -> "Create Shortcut"
- Right-click shortcut -> "Properties"
- In "Target" after "enter-data-helper-win.exe" append a blank and paste your path to pqdb
If not done already, switch to the tools/enter-data-helper
directory.
- node.js (For installation instructions see here)
- Yarn (Installs with the above, if you use the snap package. Otherwise see here)
yarn install
yarn electron
This starts the React app and when fully loaded, opens the Electron window.