Skip to content

Commit 263e583

Browse files
committed
docs: Add react/svelte/create-anywidget description to CONTRIBUTING.md
1 parent 264ca05 commit 263e583

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CONTRIBUTING.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,22 @@ You can deactivate the environment with `Ctrl + D` and reset it using
3636

3737
Entry points to be aware of:
3838

39-
- [`anywidget`](https://github.com/manzt/anywidget/tree/main/anywidget) - the
39+
- [`anywidget`](https://github.com/manzt/anywidget/tree/main/anywidget) -
4040
primary Python package
4141
- [`packages/anywidget`](https://github.com/manzt/anywidget/tree/main/packages/anywidget) -
42-
the JavaScript component of the Python package
42+
JavaScript component of the Python package
4343
- [`packages/types`](https://github.com/manzt/anywidget/tree/main/packages/types) -
4444
type declarations for anywidget (`@anywidget/types`)
4545
- [`packages/vite`](https://github.com/manzt/anywidget/tree/main/packages/vite) -
46-
the [Vite](https://vitejs.dev/) plugin (`@anywidget/vite`)
46+
[Vite](https://vitejs.dev/) plugin (`@anywidget/vite`)
47+
- [`packages/react`](https://github.com/manzt/anywidget/tree/main/packages/react) -
48+
[React](https://react.dev/) adapter (`@anywidget/react`)
49+
- [`packages/svelte`](https://github.com/manzt/anywidget/tree/main/packages/svelte) -
50+
[Svelte](https://svelte.dev/) adapter (`@anywidget/svelte`)
51+
- [`packages/create-anywidget`](https://github.com/manzt/anywidget/tree/main/packages/create-anywidget) -
52+
CLI to create a new anywidget project
53+
- [`packages/deno`](https://github.com/manzt/anywidget/tree/main/packages/deno) -
54+
anywidget backend for [Deno](https://deno.com/) Jupyter kernel
4755

4856
## Making changes
4957

dprint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"**/*-lock.yaml",
1616
"**/CHANGELOG.md",
1717
".venv/**/*",
18-
".changeset/**/*"
18+
".changeset/**/*",
19+
".mypy_cache/**/*"
1920
],
2021
"plugins": [
2122
"https://plugins.dprint.dev/typescript-0.89.3.wasm",

0 commit comments

Comments
 (0)