We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78db974 commit 20a166cCopy full SHA for 20a166c
1 file changed
README.md
@@ -1,22 +1,8 @@
1
+# CommandForgeGenerator
2
-# subtreeの設定
3
+[CommandForgeEditor](https://github.com/moorestech/CommandForgeEditor)のcommands.yamlのC#コードを生成するSourceGenerator
4
-## 初期設定
5
-remoteの追加
6
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
-```
+# Nuget
+https://www.nuget.org/packages/CommandForgeGenerator
12
13
-## コミットをVanillaSchemaにpush
14
-
15
16
-git subtree push --prefix=mooresmaster.SandBox/schema schema main
17
18
19
-## VanillaSchemaからpull
20
21
-git subtree pull --prefix=mooresmaster.SandBox/schema schema main
22
0 commit comments