Skip to content

Простое настольное приложение "XML Beautifier App" (Electron.js)

License

Notifications You must be signed in to change notification settings

lozunoff/xml-beautifier-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Beautifier App

A cross-platform desktop application for converts XML into a human readable format (pretty print).

Supported OS

  • Microsoft Windows
  • Linux (most distributions)
  • MacOS

How to build app?

Download or clone this project:

$ git clone https://github.com/lozunoff/xml-beautifier-app.git
$ cd xml-beautifier-app

Install all dependencies:

$ npm i

Package the application for your platform:

$ npm run package

Package the application for another platform:

$ npx electron-forge package --arch=<architecture> --platform=<platform>

The application is ready to use. Run it from the folder "out/xml-beautifier-app-<platform>-<arch>/".

Example

example

License

The app released under the MIT License.

About

Простое настольное приложение "XML Beautifier App" (Electron.js)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published