JoshuaKGoldberg / JoshuaKGoldberg/TypeStat
Add the ability to run arbitrary commands between waves
Open
area: cli
area: options
status: accepting prs
type: enhancement
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 47
- Avg merge
- 15h 55m
- Merged PRs (30d)
- 21
Description
### 🚀 Feature Request
Users might want to run commands between waves to do something with the intermediate states of
#### Existing Behavior
No native support exists for this. You could make a bunch of different `typestat.json`s and run them in order, but that's kind of yucky, and won't integrate well with adding exec commands in the config wizard...
#### Change Proposal
Allow an `{ "exec": "..." }` command that can be done between waves.
I'd like to use this in the wizard to ask users if they're using Git and would like commits per operation... probably as a followup: #808
Contributor guide
Assessment
This issue has not been assessed yet.