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

Explain what Fluent and Leaf are during setup #109

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

BrianHenryIE
Copy link
Contributor

I was setting up Vapor for the first in a few years and didn't know what functions Fluent and Leaf were. For beginners, the setup wizard cannot be completed without trips to Google to learn more. This PR inlines what the tools are used for.

Before:

Would you like to use Fluent? (--fluent/--no-fluent)
y/n> n
fluent: No
Would you like to use Leaf? (--leaf/--no-leaf)
y/n> n
leaf: No

After:

Would you like to use Fluent (ORM)? (--fluent/--no-fluent)
y/n> n
fluent: No
Would you like to use Leaf (templating)? (--leaf/--no-leaf)
y/n> n
leaf: No

Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@0xTim 0xTim enabled auto-merge (squash) October 20, 2023 00:26
@0xTim 0xTim merged commit 5f5127b into vapor:main Oct 20, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants