-
Notifications
You must be signed in to change notification settings - Fork 100
feat(init): default to install with current package manager #838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| label: pm, | ||
| value: pm, | ||
| hint: currentPackageManager === pm ? 'current' : undefined, | ||
| } satisfies SelectPromptOptions['options'][number])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as far as i know there is no exported type for this
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #838 +/- ##
=======================================
Coverage ? 13.01%
=======================================
Files ? 69
Lines ? 3588
Branches ? 100
=======================================
Hits ? 467
Misses ? 3090
Partials ? 31 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
commit: |
danielroe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it!
π Linked issue
β Type of change
π Description
This PR detects the pm used when running the nuxi init (create nuxt) and sets it as the default for the pm selection.
Tested all (!deno) pms locally.