-
Notifications
You must be signed in to change notification settings - Fork 38
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 scd components #1542
Open scd components #1542
Conversation
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.
The README should be specific to the components project, something small that only states its purpose and how to install. Maybe something like this:
@openscd/components
This project contains the code for various UI components that are essential for the functionality of OpenSCD plugins and addons. These components are designed to be reusable and modular, making it easy to integrate them into different projects.
Installation
To install the components in your project, you can use npm (or yarn). Ensure you have Node.js installed, then run:
npm install @openscd/components
License
This project is licensed under the Apache License 2.0.
© 2020-2022 OMICRON electronics GmbH, TransnetBW GmbH, Alliander N.V., and others
"name": "@openscd/components", | ||
"version": "0.34.0", | ||
"repository": "https://github.com/openscd/open-scd.git", | ||
"directory": "packages/openscd", |
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.
"directory": "packages/openscd", | |
"directory": "packages/openscd", |
"directory": "packages/openscd", | |
"directory": "packages/components", |
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.
This file should be empty
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.
This duplicated foundation file should be removed once the @openscd/wizards
is developed
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.
There should be a follow up story to reactivate these tests
We will close the PR because it is too big to understand and go through all the changes even if they just move files around |
No description provided.