Skip to content

Wardevour/INI_Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Purpose-built INI editor for my needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • HTML 29.7%