Skip to content

Commit

Permalink
feat(create): add very good start link to cli summary (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Mar 9, 2021
1 parent d21cd4a commit aa06236
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/src/commands/create.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,14 @@ class CreateCommand extends Command<int> {
..info('\n')
..info(
lightGray.wrap(
'''+-----------------------------------------------------+
| Looking for more features? |
| We have an enterprise-grade solution for companies |
| called Very Good Start. |
| |
| Contact hello@verygood.ventures for info & pricing. |
+-----------------------------------------------------+''',
'''+----------------------------------------------------+
| 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 |
+----------------------------------------------------+''',
),
);
}
Expand Down

0 comments on commit aa06236

Please sign in to comment.