Skip to content
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

React wrappers fix project url #25

Merged
merged 3 commits into from
Oct 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update package list
break-stuff committed Oct 27, 2023
commit df963b7d8c373f0de02f76845f359b1fa3b3ed87
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,9 @@ This is a collection of tools based off the [Custom Elements Manifest](https://g

## Tools

- [Expanded Types](https://github.com/break-stuff/cem-tools/tree/main/packages/expanded-types) - a plugin for the CEM Analyzer to parse TypeScript types and provide usable information for tools.
- [JetBrains Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/jet-brains-integration) - a mapper to take the information captured in the CEM and generate the appropriate `web-types.json` file for JetBrains IDEs
- [SolidJS Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/solidjs-integration) - a custom type generator to convert the CEM data into usable types to integrate custom elements into SolidJS projects
- [VS Code Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/vs-code-integration) - a mapper to take the information captured in the CEM and generate the appropriate HTML and CSS data files for for VS Code integration
- [Expanded Types](https://github.com/break-stuff/cem-tools/tree/main/packages/expanded-types#readme) - a plugin for the CEM Analyzer to parse TypeScript types and provide usable information for tools.
- [JetBrains Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/jet-brains-integration#readme) - a mapper to take the information captured in the CEM and generate the appropriate `web-types.json` file for JetBrains IDEs
- [JSX Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/jsx-integration#readme) - a custom type generator to convert the CEM data into usable types to integrate custom elements into non-React projects that use JSX templates
- [React Wrappers](https://github.com/break-stuff/cem-tools/tree/main/packages/react-wrappers#readme) - a tool for generating react-compatible wrappers for custom elements
- [SolidJS Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/solidjs-integration#readme) - a custom type generator to convert the CEM data into usable types to integrate custom elements into SolidJS projects
- [VS Code Integration](https://github.com/break-stuff/cem-tools/tree/main/packages/vs-code-integration#readme) - a mapper to take the information captured in the CEM and generate the appropriate HTML and CSS data files for for VS Code integration