Skip to content

A UI tool to generate JSON Schema files from Excel Sheet

License

Notifications You must be signed in to change notification settings

hugorper/excel-2-jsonschema-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-2-jsonschema-ui

This project is a desktop app that generate Json-Schema from an Excel file. It was created with NW.js, for more info Building a Cross-Platform Desktop App with NW.js on Sitepoint.

Install Binaries

Download binaries (win32, win64, OS X 64, linux32, linux64)

Install from Source

  1. Clone or download this repository

  2. Navigate to the project folder with a CLI

  3. Run the following:

    $ npm install
    $ cd src/
    $ npm install
    $ cd ..

Development

To run the application directly in your development environment run:

```bash
$ npm run dev
```

Production

To build the application for Windows 32/64 bit, Mac OS X 64 bit and Linux 32/64 bit run the following:

```bash
$ npm run prod
```

The output files can be found under dist/.

About

A UI tool to generate JSON Schema files from Excel Sheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published