-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实现本地模板直接引用(不必有所改动就发一次版) #27
Milestone
Comments
haoyanwang
added a commit
to haoyanwang/create-neat
that referenced
this issue
Mar 18, 2024
xun082
pushed a commit
that referenced
this issue
Mar 18, 2024
* feat: ✨ use template from local * bug: 🐛 add fallback * label: 🏷️ fix type * bug: 🔥 remove code * feat: 🚨 fix prettier error #27
xun082
added a commit
that referenced
this issue
Mar 18, 2024
* ci: 🎡 add a new workflow (#25) * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * feat: 修改本地 lint-stage 流程 (#38) * docs: add CONTRIBUTING documents in both Chinese and Englist * docs: add CONTRIBUTING documents in both Chinese and Englist * docs: add CONTRIBUTING documents in both Chinese and Englist(#35) * docs: add CONTRIBUTING documents in both Chinese and Englist(#35) * feat: ✨ use template from local (#51) * feat: ✨ use template from local * bug: 🐛 add fallback * label: 🏷️ fix type * bug: 🔥 remove code * feat: 🚨 fix prettier error #27 * fix: 🧩 修复 ci 配置文件错误导致的 ci 失败 (#59) --------- Co-authored-by: Moment <73689580+xun082@users.noreply.github.com> Co-authored-by: KoEkko <114348497+KoEkko@users.noreply.github.com> Co-authored-by: 王皓衍 <44564817+haoyanwang@users.noreply.github.com>
This was referenced Apr 5, 2024
uaenaTzx
added a commit
that referenced
this issue
Jun 29, 2024
* ci: 🎡 add a new workflow (#25) * feat: 修改本地 lint-stage 流程 (#38) * docs: add CONTRIBUTING documents in both Chinese and Englist(#35) * feat: ✨ use template from local (#51) * bug: 🐛 add fallback * label: 🏷️ fix type * bug: 🔥 remove code * feat: 🚨 fix prettier error #27 * fix: 🧩 修复 ci 配置文件错误导致的 ci 失败 (#59) --------- Co-authored-by: Moment <73689580+xun082@users.noreply.github.com> Co-authored-by: KoEkko <114348497+KoEkko@users.noreply.github.com> Co-authored-by: 王皓衍 <44564817+haoyanwang@users.noreply.github.com>
yhstsy
pushed a commit
to yhstsy/create-neat
that referenced
this issue
Jul 9, 2024
* ci: 🎡 add a new workflow (xun082#25) * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * ci: 🎡 add a new workflow * feat: 修改本地 lint-stage 流程 (xun082#38) * docs: add CONTRIBUTING documents in both Chinese and Englist * docs: add CONTRIBUTING documents in both Chinese and Englist * docs: add CONTRIBUTING documents in both Chinese and Englist(xun082#35) * docs: add CONTRIBUTING documents in both Chinese and Englist(xun082#35) * feat: ✨ use template from local (xun082#51) * feat: ✨ use template from local * bug: 🐛 add fallback * label: 🏷️ fix type * bug: 🔥 remove code * feat: 🚨 fix prettier error xun082#27 * fix: 🧩 修复 ci 配置文件错误导致的 ci 失败 (xun082#59) --------- Co-authored-by: Moment <73689580+xun082@users.noreply.github.com> Co-authored-by: KoEkko <114348497+KoEkko@users.noreply.github.com> Co-authored-by: 王皓衍 <44564817+haoyanwang@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前引入模版的方式是从 npm 拉取 tgz 文件实现的,这样会导致本地开发时,对模版进行改动后,需要发版才能测试结果,会造成以下问题:
这边期望能支持本地开发时,拉取代码的行为直接从本地进行。
The text was updated successfully, but these errors were encountered: