Skip to content

Commit

Permalink
feat: add init command (#3)
Browse files Browse the repository at this point in the history
* feat: add init command

* fix: error import

* feat: add rename

* fix: rename error

* fix: rename error

* feat: fetch add retry
  • Loading branch information
winchesHe committed Mar 28, 2024
1 parent 617ded9 commit f78afca
Show file tree
Hide file tree
Showing 13 changed files with 356 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.1
v18.17.0
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,20 @@
"prepare": "husky install"
},
"dependencies": {
"commander": "11.0.0",
"async-retry": "1.3.3",
"chalk": "5.3.0",
"commander": "11.0.0",
"gradient-string": "2.0.2",
"prompts": "2.4.2"
"ora": "8.0.1",
"prompts": "2.4.2",
"tar": "6.2.1"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/gradient-string": "1.1.3",
"@types/node": "20.6.3",
"@types/node": "20.11.30",
"@types/prompts": "2.4.9",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"clean-package": "2.2.0",
Expand All @@ -80,7 +84,7 @@
},
"engines": {
"pnpm": ">=8.7.x",
"node": ">=18.16.x"
"node": ">=18.17.x"
},
"packageManager": "pnpm@8.7.6"
}
Loading

0 comments on commit f78afca

Please sign in to comment.