VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures πŸ¦„

Home Page:http://cli.vgv.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: Updating the CLI template to guide the user towards opening the project after creating

yaksh1 opened this issue Β· comments

Description
Currently after creating an application, it doesn't guide users to go into the respective directly and run the code.

Additional Context

BEFORE

Created a Very Good App! πŸ¦„

+----------------------------------------------------+
| Looking for more features?                         |
| We have an enterprise-grade solution for companies |
| called Very Good Start.                            |
|                                                    |
| For more info visit:                               |
| https://verygood.ventures/solution/very-good-start |
+----------------------------------------------------+

AFTER

Created a Very Good App! πŸ¦„

In order to open your project, type:
       $ cd app_name
       $ code .
+----------------------------------------------------+
| Looking for more features?                         |
| We have an enterprise-grade solution for companies |
| called Very Good Start.                            |
|                                                    |
| For more info visit:                               |
| https://verygood.ventures/solution/very-good-start |
+----------------------------------------------------+