Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.35 KB

JSONForms Tooling

Make it easier for developers to use JSONForms

Continuous Integration

The JSONForms project is build and tested via Travis. Coverage is documented by Coveralls.

Current status: Build Status Coverage Status Greenkeeper badge

Getting started

To get started, you just need to run the following commands:

npm install

This will install all dependecies for the theia-plugin, the vscode-extension and the tooling package. It will also run the lerna bootstrap and the lerna postinstall command.

To compile the code in all packages, just run

npm run compile

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 for more information.