Skip to content

Commit

Permalink
feat: init doctor command (#7)
Browse files Browse the repository at this point in the history
* feat: doctor command add check redundant and required denpendencies

* feat: doctor add core tailwind and app check

* fix: lint error

* chore: eslint remove the space between the bracket

* feat: doctor add individual components required check

* feat: doctor add pnpm setup check

* fix: remove test pkg

* fix: false useless

* fix: app.tsx rename to App.tsx

* fix: app.tsx rename to App.tsx

* fix: logger optiomize

* feat: add detect tailwind.config.(j|t).s

* fix: logger optiomize

* fix: review problem
  • Loading branch information
winchesHe authored Apr 2, 2024
1 parent 0b1a910 commit 9e04fd4
Show file tree
Hide file tree
Showing 13 changed files with 721 additions and 29 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
- [ ] Add `nextui doctor` command

> Check whether the required dependence has been installed.
> Check whether installed redundant dependencies.
> Check whether the required dependency has been installed.
> Check tailwind config、provide has been added.
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"version": "0.1.0",
"homepage": "https://github.com/nextui-org/nextui-cli#readme",
"description": "A CLI tool that unlocks seamless NextUI integration.",
"description": "A CLI tool that unlocks seamless NextUI integration",
"keywords": [
"UI",
"CLI",
Expand Down Expand Up @@ -54,6 +54,8 @@
"async-retry": "1.3.3",
"chalk": "5.3.0",
"commander": "11.0.0",
"fast-glob": "3.3.2",
"find-up": "7.0.0",
"gradient-string": "2.0.2",
"ora": "8.0.1",
"prompts": "2.4.2",
Expand Down
79 changes: 56 additions & 23 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 9e04fd4

Please sign in to comment.