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 263e583
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,22 @@ 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
- [`packages/deno`](https://github.com/manzt/anywidget/tree/main/packages/deno) -
anywidget backend for [Deno](https://deno.com/) Jupyter kernel

## Making changes

Expand Down
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"**/*-lock.yaml",
"**/CHANGELOG.md",
".venv/**/*",
".changeset/**/*"
".changeset/**/*",
".mypy_cache/**/*"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.89.3.wasm",
Expand Down

0 comments on commit 263e583

Please sign in to comment.