Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.48 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.48 KB

Enter Data Helper

This tool helps with creating and filling the .yaml files with data.

There are two possible ways of using it:

Use Packaged Build (Recommended)

Download a packaged build for your system here.

Linux

Run the AppImage giving the path to the pqdb repository as a command line argument:

./enter-data-helper-linux.AppImage /path/to/pqdb

MacOS

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

Windows

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:

  1. Right-click .exe -> "Create Shortcut"
  2. Right-click shortcut -> "Properties"
  3. In "Target" after "enter-data-helper-win.exe" append a blank and paste your path to pqdb

Use Dev-Mode

If not done already, switch to the tools/enter-data-helper directory.

Requirements

  • node.js (For installation instructions see here)
  • Yarn (Installs with the above, if you use the snap package. Otherwise see here)

Installation

yarn install

Run

yarn electron

This starts the React app and when fully loaded, opens the Electron window.