Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Inital project setup #5

wants to merge 1 commit into from

Conversation

relu91
Copy link
Member

@relu91 relu91 commented Jun 16, 2025

I tried to implement a basic project structure. The idea is to have two layers:

  1. UI components (npm package called @thingweb/ui-wot-components)
  2. Generator (npm package called @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.

{
"name": "@thingweb/ui-wot-generator",
"version": "0.1.0",
"description": "A library capable of create ui components from a W3C Thing Description",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Suggested change
"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",

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants