Skip to content

Commit

Permalink
feat: update template
Browse files Browse the repository at this point in the history
  • Loading branch information
yakiisama committed Mar 24, 2023
1 parent 286ad22 commit 6992233
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 5,734 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Intro
a cli to initialize project

- [x] React-ts
- [x] React-ts (React, Typescript, antd, tailindcss)
- [x] lib
- [ ] Vue3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@clack/prompts": "^0.6.3",
"commander": "^10.0.0",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"log-symbols": "^5.1.0",
"picocolors": "^1.0.0"
},
Expand Down
133 changes: 43 additions & 90 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const main = async () => {
framework: () =>
p.select({
message: `Which feature do you want to use?`,
initialValue: 'react-ts',
options: [
{ value: 'react-ts', label: 'React' },
{ value: 'vue-ts', label: 'Vue' },
Expand Down
Loading

0 comments on commit 6992233

Please sign in to comment.