Make it easier for developers to use JSONForms
The JSONForms project is build and tested via Travis. Coverage is documented by Coveralls.
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.
The JSONForms project is licensed under the MIT License. See the LICENSE file for more information.