Skip to content

Commit f3b7b5f

Browse files
committed
Add minimal readme
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 42af1bc commit f3b7b5f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

scripts/plane_to_grist/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copy a Plane project to a Grist document
2+
3+
If run multiple times, the tool will clear the document and recreate it entirely.
4+
5+
## Dependencies
6+
7+
The dependencies are managed with [uv](https://github.com/astral-sh/uv).
8+
9+
## Running
10+
11+
The plane project's URL and the Grist document URL are currently hardcoded.
12+
13+
```sh
14+
uv run ./plane_to_grist.py --plane-token <plane token> --grist-token <grist token>
15+
```
16+
17+
# TODO
18+
19+
* Don't convert the date, so we can actually compare the plane and grist content, and avoid erasing everything
20+
* Add an option for the plane project URL
21+
* Add an option for the grist document URL

0 commit comments

Comments
 (0)