Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 585 Bytes

INI_Editor

Purpose-built INI GUI editor for my needs. Warning: This is not a turnkey tool for editing INI files.
It's primarily my playing around with things. It also has some built-in examples of how to turn HTML inputs directly into a formatted JSON file.

Building/make

Using electron forge:

  1. To add to an existing project:

    • npx @electron-forge/cli@latest import If this doesn't work, you can attempt:
    npm install -D @electron-forge/cli
    npx electron-forge import