Skip to content

Commit

Permalink
CLI: update utils.js to show to cd into project before running (#247)
Browse files Browse the repository at this point in the history
* Update utils.js to show to cd into project before running

* refactor(cli): add extra space to align commands

---------

Co-authored-by: Youssouf EL AZIZI <youssoufelazizi@gmail.com>
  • Loading branch information
onurusluca and yjose authored Nov 20, 2023
1 parent b80251e commit 61135f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const showMoreDetails = () => {
'\n\n\n',
chalk('🔥 Your project is ready to go! \n\n'),
chalk('📱 Run your project: \n\n'),
chalk(` cd ${projectName}`),
chalk(' IOS : pnpm ios \n'),
chalk(' Android : pnpm android \n\n'),
chalk.bold('📚 Starter Documentation: https://starter.obytes.com \n')
Expand Down

0 comments on commit 61135f4

Please sign in to comment.