Skip to content

Commit

Permalink
feat(zhi-cli): support new project type
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 7, 2023
1 parent a758132 commit dd12fe1
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 39 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/zhi-cli/package.json → apps/zhi-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-cli",
"version": "1.4.0",
"version": "1.4.1",
"description": "a tool for generating zhi framework related projects",
"type": "module",
"bin": {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const initCommand = () => {
const templatePrompt = new Select({
name: "template",
message: "What template you want to use?",
choices: ["ts-esbuild-lib", "ts-vite-lib"],
choices: ["turbo-workspace-simple", "ts-vite-lib", "ts-esbuild-lib"],
})
branch = await templatePrompt.run()
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd12fe1

Please sign in to comment.