refactor: simplified start proj logs#486
Conversation
|
Great idea! I saw that you're still using Minor nitpick but I hope it's just the image that's slightly wonky! |
Actually no, the unresolved directory gives us the name of the directory in which the project is been initialized. I created a project named, If you see the new updated code (not yet released), when you create a new project, you get the name of the directory in which you created the project. So it's nothing changed, it's still the unresolved directory shown there in the 2nd image. Basically instead of giving us resolved directory which will be for e.g. |
Ah I see! Thanks for the clarification! |
Change
Improved the how to navigate and start your project logs after initialization.
Why this change?
In the previous state, it was harder for users:
Inspiration
While creating Google Flutter's projects, it has a similar structure which makes it easier for copy-pasting in the terminal. When I came to fresh for the first time, it was a little hard for me to quickly catch them as commands.
Comparison (Before | After)