Skip to content

Commit

Permalink
Update Readmes (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
eneufeld authored and edgarmueller committed Mar 8, 2018
1 parent 7dff811 commit 1118467
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Current status: [![Build Status](https://travis-ci.org/eclipsesource/jsonforms.s
# License
The JSONForms project is licensed under the MIT License. See the [LICENSE file](https://github.com/eclipsesource/jsonforms/blob/master/LICENSE) for more information.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
4 changes: 4 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ Our current roadmap is available [here](https://github.com/eclipsesource/jsonfor

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
3 changes: 2 additions & 1 deletion packages/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JSONForms uses HTML custom elements and eliminates the need to write HTML templa
# Examples Package
This is the examples package which demonstrates how to integrate JSONForms with your application.

You can combine the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core) with any renderers you want, for example the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers) or the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers).
You can combine the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core) with any react-based renderer set you want, for example the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers) or the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers).

Check https://www.npmjs.com/search?q=%40jsonforms for all published JSONForms packages.

Expand All @@ -18,3 +18,4 @@ Our current roadmap is available [here](https://github.com/eclipsesource/jsonfor

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.
4 changes: 4 additions & 0 deletions packages/material/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ Our current roadmap is available [here](https://github.com/eclipsesource/jsonfor

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
26 changes: 26 additions & 0 deletions packages/react/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# JSONForms - More Forms. Less Code
### Complex Forms in the blink of an eye

JSONForms uses HTML custom elements and eliminates the need to write HTML templates in order to create forms by leveraging the capabilities of JSON and JSON schema.

# React Package
This is the JSONForms react package which provides the necessary bindings for React.

You can combine the react package with any react-based renderer set you want, for example the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers) or the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers).

See the [Example Package](https://www.npmjs.com/package/@jsonforms/examples) on how to integrate JSONForms with your application.

Check https://www.npmjs.com/search?q=%40jsonforms for all published JSONForms packages.

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

# Roadmap
Our current roadmap is available [here](https://github.com/eclipsesource/jsonforms/blob/master/ROADMAP.md).

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
6 changes: 5 additions & 1 deletion packages/vanilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JSONForms uses HTML custom elements and eliminates the need to write HTML templa
# Vanilla Renderers Package
This is the JSONForms Vanilla Renderers Package. This package only contains renderers and must be combined with the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core).

You can combine the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core) with other renderers too, for example with the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers).
You can combine the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core) with other renderers too, for example with the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers).

Check https://www.npmjs.com/search?q=%40jsonforms for all published JSONForms packages.

Expand All @@ -18,3 +18,7 @@ Our current roadmap is available [here](https://github.com/eclipsesource/jsonfor

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
26 changes: 26 additions & 0 deletions packages/webcomponent/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# JSONForms - More Forms. Less Code
### Complex Forms in the blink of an eye

JSONForms uses HTML custom elements and eliminates the need to write HTML templates in order to create forms by leveraging the capabilities of JSON and JSON schema.

# WebComponent Package
This is the JSONForms WebComponent package which does not contain any renderers by itself.

You can combine the WebComponent package with any react-based renderer set you want, for example the [Material Renderers](https://www.npmjs.com/package/@jsonforms/material-renderers) or the [Vanilla Renderers](https://www.npmjs.com/package/@jsonforms/vanilla-renderers). You will also need the [JSONForms Core](https://www.npmjs.com/package/@jsonforms/core) package.

See the [Example Package](https://www.npmjs.com/package/@jsonforms/examples) on how to integrate JSONForms with your application.

Check https://www.npmjs.com/search?q=%40jsonforms for all published JSONForms packages.

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

# Roadmap
Our current roadmap is available [here](https://github.com/eclipsesource/jsonforms/blob/master/ROADMAP.md).

# Development
JSONForms is developed by [EclipseSource](https://eclipsesource.com).
We are always very happy to have contributions, whether for trivial cleanups or big new features.

# Migration
If you are already using JSONForms 1, check our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).

0 comments on commit 1118467

Please sign in to comment.