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

🛠 Tooling: Use the create engine for CLI options parsing #1755

Closed
3 tasks done
JoshuaKGoldberg opened this issue Dec 7, 2024 · 2 comments
Closed
3 tasks done

🛠 Tooling: Use the create engine for CLI options parsing #1755

JoshuaKGoldberg opened this issue Dec 7, 2024 · 2 comments
Assignees
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!

Comments

@JoshuaKGoldberg
Copy link
Owner

JoshuaKGoldberg commented Dec 7, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

Splitting out of #1181: I'm onboarding this project to the new "create" engine in https://github.com/JoshuaKGoldberg/create. #1670 added usage of file creations. Another step will be using the engine to parse in CLI options.

Right now in CTA that's done with @clack/prompts to generate this very pretty CLI output display. The create engine so far just has raw console printing. I haven't decided yet what the final system in create will be (Clack? Stricli? Something else? Something custom/new?) but whatever it ends up being will need to be at least roughly as nice as CTA's before we switch over.

Additional Info

Linked create issue: JoshuaKGoldberg/create#26

💖

@JoshuaKGoldberg
Copy link
Owner Author

Marked as blocked on #1780.

I might end up skipping this, and instead just jumping straight to having users run npx create typescript-app. The CLI there is pretty fully-featured and runs rather differently from this one, per #1780.

@JoshuaKGoldberg JoshuaKGoldberg added status: blocked Waiting for something else to be resolved and removed status: accepting prs Please, send a pull request to resolve this! labels Dec 19, 2024
@JoshuaKGoldberg JoshuaKGoldberg added status: accepting prs Please, send a pull request to resolve this! and removed status: blocked Waiting for something else to be resolved labels Dec 31, 2024
@JoshuaKGoldberg
Copy link
Owner Author

Indeed, I'll skip this.

@JoshuaKGoldberg JoshuaKGoldberg closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!
Projects
None yet
Development

No branches or pull requests

1 participant