Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Provide instructional text in command line on completion of generation #137

Open
cmalven opened this issue Mar 17, 2018 · 0 comments
Open
Labels
Milestone

Comments

@cmalven
Copy link
Collaborator

cmalven commented Mar 17, 2018

v1 of the generator outputs helpful text after a successful run to help the user understand what steps are expected next.

v2 does some of that, but it does a much more incomplete job because the combination of generators run will affect what the resulting text should be. For instance almost all projects currently supported by the generator will have a "next step" including the following:

cd project-name
yarn start

But that depends on having some kind of a build step, which may or may not be present. Still, I think we need to come up with some way of including this super helpful information.

@cmalven cmalven added the v2 label Mar 17, 2018
@brianjhanson brianjhanson added this to the V2 milestone Mar 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants