🛠 Tooling: Finish porting Base options preparation to Bingo Inputs #1973
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
Right now, the
prepare()
method in CTA's Base uses proper Bingo Inputs viatake
only for some values:create-typescript-app/src/base.ts
Lines 151 to 156 in dd712f0
Others are still marked under a TODO to switch to using
take
:create-typescript-app/src/base.ts
Lines 182 to 186 in dd712f0
It'll be good to switch everything over to using the proper
take
Input plumbing.Additional Info
This'll also make the function easier to test. Which I would like to do more of. It's only around 90% tested right now: https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/blob/e6402c6397db1484402f82fe15498a2d7cee6126/src%2Fbase.ts
🎁
The text was updated successfully, but these errors were encountered: