-
Notifications
You must be signed in to change notification settings - Fork 1
Inital project setup #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
{ | ||
"name": "@thingweb/ui-wot-generator", | ||
"version": "0.1.0", | ||
"description": "A library capable of create ui components from a W3C Thing Description", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "A library capable of create ui components from a W3C Thing Description", | |
"description": "A library capable of create ui components from a W3C Thing Description", |
"description": "A library capable of create ui components from a W3C Thing Description", | |
"description": "A library capable of creating ui components from a W3C Thing Description", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "A library capable of create ui components from a W3C Thing Description", | |
"description": "A library capable of create UI components from a W3C Thing Description", |
"name": "@thingweb/ui-wot", | ||
"private": true, | ||
"version": "0.1.0", | ||
"description": "A set of projects to build user interfaces for IoT applications using Web of Things (WoT) standards.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "A set of projects to build user interfaces for IoT applications using Web of Things (WoT) standards.", | |
"description": "A set of packages to build user interfaces for IoT applications using Web of Things (WoT) standards.", |
{ | ||
"name": "@thingweb/ui-wot-generator", | ||
"version": "0.1.0", | ||
"description": "A library capable of create ui components from a W3C Thing Description", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "A library capable of create ui components from a W3C Thing Description", | |
"description": "A library capable of create UI components from a W3C Thing Description", |
I tried to implement a basic project structure. The idea is to have two layers:
@thingweb/ui-wot-components
)@thingweb/ui-wot-generator
)A third layer might be added in the future as a showcase webpage where we let users issue their TD and generate a UI using sensible defaults. I've not further configured tech stacks for each sub-package as we still need to figure out a bunch of details.
The readme will be improved in a follow-up PR.