https://github.com/eclipsesource/jsonforms-tooling
https://github.com/eclipsesource/jsonforms-tooling
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipsesource/jsonforms-tooling
- Owner: eclipsesource
- License: other
- Created: 2018-10-30T17:20:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:59:20.000Z (over 3 years ago)
- Last Synced: 2024-04-14T22:29:16.492Z (over 2 years ago)
- Language: JavaScript
- Size: 3.62 MB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: [](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.