practicajs / practica

Node.js solution starter boilerplate that is production-ready, packed with ✅ best practices and built with simplicity in mind
https://practica.dev/
MIT License
1.44k stars 133 forks source link

Show CLI spinner while we generate the code #83

Open goldbergyoni opened 2 years ago

goldbergyoni commented 2 years ago

🎯 Goal: - When the non-interactive CLI command is invoked, we should show some friendly spinner and message until the code is generated. When it's ready, it could be nice to show some nice message like "All set, the code is ready for you with tons of good practices inside"

Here is how our UI looks like (no emoji, no text): image

Try it yourself with this command:

npx @practica/create-node-app immediate

Here how cool it could be (taken from nx UI):

image

🤔 Things to consider:

AvivMoyalAutodesk commented 2 years ago

took the issue

goldbergyoni commented 2 years ago

@AvivMoyalAutodesk Still on it?

marcosmol204 commented 1 year ago

Opened PR #243