Skip to content
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

formatting instance #77

Closed
technophile-04 opened this issue Jul 9, 2024 · 2 comments
Closed

formatting instance #77

technophile-04 opened this issue Jul 9, 2024 · 2 comments

Comments

@technophile-04
Copy link
Collaborator

Description:

We could tinker more on #55 (comment)

Or I have been thinking this for while, what if we don't ask the user for installing dependency and we directly do it?

If people really want to skip then they can use our hidden --skip flag.

This will remove prettier burden from us, and also we don't need ship prettier and its plugins as main dependencies while pushing the package to npm.

Some other create cli eg npx create-next-app does seem to do same.

If showing user just "Installing dependencies..." for a while feels strange, I think with Listr2 we could also output some ongoing logs of yarn install just to feel more dynamic

@carletex
Copy link
Member

carletex commented Jul 9, 2024

If people really want to skip then they can use our hidden --skip flag.

I think I like this idea a lot :)

less clutter in the CLI options, and less headaches for us with the formatting.

I give it a + 💯

@technophile-04
Copy link
Collaborator Author

technophile-04 commented Jul 17, 2024

Completed in #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants