Skip to content

Commit 20a166c

Browse files
authored
Update README.md
1 parent 78db974 commit 20a166c

1 file changed

Lines changed: 4 additions & 18 deletions

File tree

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1+
# CommandForgeGenerator
12

2-
# subtreeの設定
3+
[CommandForgeEditor](https://github.com/moorestech/CommandForgeEditor)のcommands.yamlのC#コードを生成するSourceGenerator
34

4-
## 初期設定
5-
remoteの追加
65

7-
```sh
8-
git remote add schema git@github.com:moorestech/VanillaSchema.git
9-
git fetch schema
10-
git subtree add --prefix=mooresmaster.SandBox/schema --squash schema main
11-
```
6+
# Nuget
7+
https://www.nuget.org/packages/CommandForgeGenerator
128

13-
## コミットをVanillaSchemaにpush
14-
15-
```sh
16-
git subtree push --prefix=mooresmaster.SandBox/schema schema main
17-
```
18-
19-
## VanillaSchemaからpull
20-
```sh
21-
git subtree pull --prefix=mooresmaster.SandBox/schema schema main
22-
```

0 commit comments

Comments
 (0)