JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.18k stars 75 forks source link

🚀 Feature: Hydration script should use the same spinner UIs as setup #476

Closed JoshuaKGoldberg closed 1 year ago

JoshuaKGoldberg commented 1 year ago

Bug Report Checklist

Overview

Right now, the setup script in src/setup uses all sorts of nice Clack spinner prompts to show a nice UI. Whereas the hydration script in src/hydrate ... doesn't. So that's unfortunate.

Let's have hydration also show the same kind of nice spinner UI as setup.

Additional Info

I suspect there'll be some shared logic from src/setup newly being used in src/hydration as a result of this change. I think it'd be good to make a shared directory inside src for that stuff, rather than having src/hydration import from within src/setup. Which means

github-actions[bot] commented 1 year ago

:tada: This is included in version v1.28.1 :tada:

The release is available on:

Cheers! 📦🚀

github-actions[bot] commented 1 year ago

:tada: This is included in version v1.28.1 :tada:

The release is available on:

Cheers! 📦🚀