0.6.0 • Published 2 years ago

@tesler-ui/schema v0.6.0

Weekly downloads
180
License
Apache-2.0
Repository
github
Last release
2 years ago

Tesler Schema

This package includes schemas shared by Tesler and Tesler-UI in form of Typescript types, their corresponding JSON schemas and utilities to extend built-in types and rebuild the schemas.

Usage

Install this as a dependency for your project:

yarn add @tesler-ui/schema

Add a launch command to the script section of your package.json file:

"scripts": {
    "gen:schema": "node ./node_modules/@tesler-ui/schema/bin/build-schema"
},

Disable @tesler-ui/schema in the browser section of your package.json file:

"browser": {
    "@tesler-ui/schema": false
}

Launch command to generate schemas

yarn gen:schema

After that JSON files describing schema for Tesler screens, views, widgets and sql business components should appear in schemas folder of your project

Extending schemas for your project

Coming soon

0.6.0

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago