-
Notifications
You must be signed in to change notification settings - Fork 101
feat(init): allow installing modules after clone #742
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
feat(init): allow installing modules after clone #742
Conversation
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #742 +/- ##
=======================================
Coverage ? 13.69%
=======================================
Files ? 68
Lines ? 3410
Branches ? 98
=======================================
Hits ? 467
Misses ? 2912
Partials ? 31 β View full report in Codecov by Sentry. |
|
This looks great - next time you create a PR, would you mind ticking the box to give maintainers the ability to push changes to the PR? π |
Hey, thanks for the review :) Sure, I think i accidentally removed the tick. If it's necessary I can create a new PR, just lmk π |
|
No worries! I was just going to push: const modules = !ctx.args.modules ? [] : ctx.args.modules.split(',').filter(name => !!name.trim()) |
|
Hi! I'm I would like to apply some automated changes to this pull request, but it looks like I don't have the necessary permissions to do so. To get this pull request into a mergeable state, please do one of the following two things:
|
Co-authored-by: Daniel Roe <daniel@roe.dev>
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.
β€οΈ
π Linked issue
resolves #267
β Type of change
π Description
An additional flag
-Mwas added fornuxi init.It accepts a string of nuxt modules, as an example :
nuxi init -M eslint,tailwind