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

feat(generators): support starting from a template #4951

Merged

Conversation

tknickman
Copy link
Member

@tknickman tknickman commented May 15, 2023

Description

If the custom generator command is run and no generator config exists, prompt the user to create one from a set of templates.

@vercel
Copy link

vercel bot commented May 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-tailwind-web 🔄 Building (Inspect) May 15, 2023 6:44pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2023 6:44pm
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-cra-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-designsystem-docs ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-gatsby-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-native-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-nonmonorepo ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-svelte-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm
examples-vite-web ⬜️ Ignored (Inspect) May 15, 2023 6:44pm

@tknickman tknickman changed the title feat(generators): support starting from an example feat(generators): support starting from a template May 15, 2023
@@ -6,6 +6,8 @@ interface Answers extends Object {
turboYearsSaved: string;
}

const MINUTES_IN_YEAR = 60 * 24 * 365;
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @chris-olszewski added here from your prev comment!

@github-actions
Copy link
Contributor

github-actions bot commented May 15, 2023

🟢 CI successful 🟢

Thanks

@tknickman tknickman merged commit a0c228a into main May 16, 2023
40 checks passed
@tknickman tknickman deleted the tomknickman/turbo-1105-give-the-option-to-create-a-generator branch May 16, 2023 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants