Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Show serve command after template scaffolding #114

Closed
AngelMunoz opened this issue Apr 14, 2023 · 3 comments
Closed

Show serve command after template scaffolding #114

AngelMunoz opened this issue Apr 14, 2023 · 3 comments
Labels
1.x Issues made for v1 preview versions enhancement New feature or request good first issue Good for newcomers in-dev The item has been worked and can be found in the dev branch

Comments

@AngelMunoz
Copy link
Owner

Is your feature request related to a problem? Please describe.

Quoting @kaeedo from #113

After running dotnet perla new MyProject it gives a selection of templates: Awesome!
Then it shows hints about quick access commands:

Finally it says successful.


We're lacking a mention of what's the next step after you create a new template here

Describe the solution you'd like

Quoting @kaeedo again here

I think it would be nice if it could also show a hint about how to start the newly created template. Something like:
Perla: To see your new website, run perla serve and open your browser

I agree with the feedback and I'll add a similar message here indicating how to start/build your project once you create it

Describe alternatives you've considered
N/A

Additional context
N/A

@AngelMunoz AngelMunoz added enhancement New feature or request good first issue Good for newcomers 1.x Issues made for v1 preview versions labels Apr 14, 2023
@kaeedo
Copy link
Contributor

kaeedo commented Apr 15, 2023

I can take this one if you haven't already started it :)

@AngelMunoz
Copy link
Owner Author

I actually have some relatively medium sized changes that will touch this area, so I would wait a little bit!

AngelMunoz added a commit that referenced this issue Apr 15, 2023
@AngelMunoz
Copy link
Owner Author

@kaeedo beta 18 made some changes this one went in

You may see the setup command run the next time you run any command it is expected as it will set a couple of checks in our local database so we know we don't have to manually setup things once again or that we're not missing things like esbuild which are core to the dev server feel free to open another issue if there's more feedback to the perla new <project-name> command

@AngelMunoz AngelMunoz added the in-dev The item has been worked and can be found in the dev branch label Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1.x Issues made for v1 preview versions enhancement New feature or request good first issue Good for newcomers in-dev The item has been worked and can be found in the dev branch
Projects
Status: Done
Development

No branches or pull requests

2 participants