feat(create-cli): setup wizard architecture#1248
Conversation
|
View your CI Pipeline Execution ↗ for commit 3e6bc84
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/create-cli
@code-pushup/core
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/axe-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 880b65a with previous commit dd6e35e. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 2 groups improved, 👎 4 groups regressed, 👍 5 audits improved, 👎 8 audits regressed, 16 audits changed without impacting score🗃️ Groups
28 other groups are unchanged. 🛡️ Audits
649 other audits are unchanged. |
Code PushUp🥳 Code PushUp report has improved – compared current commit 880b65a with previous commit dd6e35e. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 96 | 🟢 98 | |
| Documentation | 🟡 64 | 🟡 64 |
4 other categories are unchanged.
👍 2 groups improved, 👍 3 audits improved, 2 audits changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 96 | 🟢 98 | |
| JSDocs coverage | Documentation coverage | 🟡 64 | 🟡 64 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Types coverage | 🟥 1 undocumented types | 🟥 12 undocumented types | |
| Code coverage | Branch coverage | 🟨 87.5 % | 🟩 93 % | |
| Code coverage | Line coverage | 🟩 97 % | 🟩 98.2 % | |
| JSDocs coverage | Functions coverage | 🟥 6 undocumented functions | 🟥 11 undocumented functions | |
| JSDocs coverage | Variables coverage | 🟥 5 undocumented variables | 🟥 4 undocumented variables |
438 other audits are unchanged.
💼 Project utils
🥳 Code PushUp report has improved.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🟡 60 | 🟡 60 |
5 other categories are unchanged.
👍 1 group improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🟡 60 | 🟡 60 |
14 other groups are unchanged.
🛡️ Audits
All of 444 audits are unchanged.
12 other projects are unchanged.
Closes #1240
Break
create-cli's dependency onnx-pluginand rebuild the package around a modular setup wizard. Usests-morphfor AST-based config generation,@inquirer/promptsfor interactive input, and a virtualTreefor buffered file writes with dry-run support.