Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an --interactive option that prompts you for all of the specific details in menu #115

Open
mattstauffer opened this issue Sep 7, 2020 · 0 comments

Comments

@mattstauffer
Copy link
Member

mattstauffer commented Sep 7, 2020

Running lambo --interactive presents the user with a series of interactive questions that guide them through setting the various options available.

Example (exact format TBD):

#assumming current directory is /Users/jondoe/Sites
$ lambo --interactive

What would you like to name your new project?
my-project

Where would you like to create your new Laravel project? [here]
[1] here (/Users/jondoe/Sites/my-project)
[2] default root directory configured in ~/.lambo/config (/some/path/my-project)
[3] Specify a path
2

[ OK ] Your new project will be located at /some/path/my-project
⋮

Related
#114

@mattstauffer mattstauffer created this issue from a note in Lambo general development (To do) Sep 7, 2020
@jonsugar jonsugar added this to the Post launch milestone Sep 8, 2020
@jonsugar jonsugar modified the milestones: Post launch, v1.2.0 Mar 18, 2021
@jonsugar jonsugar moved this from To do (No milestone) to v1.2.0 in Lambo general development Mar 18, 2021
@jonsugar jonsugar moved this from v1.2.0 to To do (No milestone) in Lambo general development Apr 2, 2021
@jonsugar jonsugar moved this from To do (No milestone) to Next in Lambo general development Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants