From 20efad5fd018443ae5e7843a0086b94c0d5202da Mon Sep 17 00:00:00 2001 From: yoga Date: Sun, 31 Jul 2022 01:39:22 +0800 Subject: [PATCH] =?UTF-8?q?add(examples):=20=E5=A2=9E=E5=8A=A0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=A0=B7=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/shells/clean.ps1 | 1 + examples/shells/initProject.ps1 | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 examples/shells/clean.ps1 create mode 100644 examples/shells/initProject.ps1 diff --git a/examples/shells/clean.ps1 b/examples/shells/clean.ps1 new file mode 100644 index 0000000..f5074be --- /dev/null +++ b/examples/shells/clean.ps1 @@ -0,0 +1 @@ +# 删除项目中的 占位/示例 文件(.example.*),不影响项目内容 diff --git a/examples/shells/initProject.ps1 b/examples/shells/initProject.ps1 new file mode 100644 index 0000000..e2bf85c --- /dev/null +++ b/examples/shells/initProject.ps1 @@ -0,0 +1,2 @@ +nvm +yarn \ No newline at end of file