Skip to content

Commit

Permalink
docs: Add react/svelte/create-anywidget description to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Mar 23, 2024
1 parent 264ca05 commit b8bf0af
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,20 @@ You can deactivate the environment with `Ctrl + D` and reset it using

Entry points to be aware of:

- [`anywidget`](https://github.com/manzt/anywidget/tree/main/anywidget) - the
- [`anywidget`](https://github.com/manzt/anywidget/tree/main/anywidget) -
primary Python package
- [`packages/anywidget`](https://github.com/manzt/anywidget/tree/main/packages/anywidget) -
the JavaScript component of the Python package
JavaScript component of the Python package
- [`packages/types`](https://github.com/manzt/anywidget/tree/main/packages/types) -
type declarations for anywidget (`@anywidget/types`)
- [`packages/vite`](https://github.com/manzt/anywidget/tree/main/packages/vite) -
the [Vite](https://vitejs.dev/) plugin (`@anywidget/vite`)
[Vite](https://vitejs.dev/) plugin (`@anywidget/vite`)
- [`packages/react`](https://github.com/manzt/anywidget/tree/main/packages/react) -
[React](https://react.dev/) adapter (`@anywidget/react`)
- [`packages/svelte`](https://github.com/manzt/anywidget/tree/main/packages/svelte) -
[Svelte](https://svelte.dev/) adapter (`@anywidget/svelte`)
- [`packages/create-anywidget`](https://github.com/manzt/anywidget/tree/main/packages/create-anywidget) -
CLI to create a new anywidget project

## Making changes

Expand Down

0 comments on commit b8bf0af

Please sign in to comment.