Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 2c80574

Browse files
committed
docs: output
1 parent 52d6c7c commit 2c80574

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ icon: lucide/rocket
77
a tool to convert from a directory of sb3 files
88
into a git repo so u can put it on e.g. gh
99

10+
this mostly is for cleaning up big dumps of sb3 files.
11+
12+
I'm not really aiming for support for adding new files, but if
13+
you want, feel free to open a PR on gh
14+
1015
you may start with a directory like this:
1116

1217
```
@@ -41,3 +46,15 @@ to store information about that instance of the project.
4146

4247
`sb2git.toml` should also provide a way of assigning
4348
descriptions/alternate titles to projects.
49+
50+
## output
51+
52+
```
53+
|- assets/
54+
|---- dangocat.svg
55+
|---- pop.wav
56+
|---- {*all* assets used by *all* instances of this project}
57+
|- project.json
58+
|- instance.toml
59+
|- sb2git.toml
60+
```

0 commit comments

Comments
 (0)