feat(create): support creating project in current directory#1097
feat(create): support creating project in current directory#1097fengmk2 merged 8 commits intovoidzero-dev:mainfrom
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b14d525e5
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8d89bd606a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
6ed625e to
44ffcef
Compare
|
@codex review |
35e3d40 to
f37413c
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f37413ca02
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
I've reviewed and addressed all the Codex feedback. Resolved P1 Issues:
P2 Suggestions (Left as-is):
@fengmk2 Could you please take a moment to review this PR when you have time? Your feedback would be greatly appreciated! |
fengmk2
left a comment
There was a problem hiding this comment.
@jong-kyung LGTM, please take a look at CI fails.
I fixed it ! Thanks |
Summary
vp create --directory .to scaffold a project in the current directory without creating a new foldercargo init/npm init -y"./"input to be treated equivalently to"."informatTargetDirderiveDefaultPackageNametoutils.tsfor testability--directory .Closes #1077