An open API service indexing awesome lists of open source software.

https://github.com/eclipsesource/jsonforms-tooling


https://github.com/eclipsesource/jsonforms-tooling

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JSONForms Tooling

Make it easier for developers to use [JSONForms](https://github.com/eclipsesource/jsonforms)

## Continuous Integration
The JSONForms project is build and tested via [Travis](https://travis-ci.org/).

Current status: [![Build Status](https://travis-ci.org/eclipsesource/jsonforms-tooling.svg?branch=master)](https://travis-ci.org/eclipsesource/jsonforms-tooling)

## Getting started

To get started, you just need to run the following commands:
```shell
npm install
```
This will install all dependencies for the `vscode-extension`, the `jsonforms-common-tooling` and the `generator-jsonforms` package.

To compile the code in all packages, just run
```shell
npm run build
```

For more information on each package, please read the README of those packages.

## License
The JSONForms project is licensed under the MIT License. See the [LICENSE file](https://github.com/eclipsesource/jsonforms-tooling/blob/master/LICENSE) for more information.