Make usethis silent?
would it be desirable to not let usethis be chatty within the functions of this package?
I'd make it optional - I like seeing all the lines of activity scrolling by showing me exactly what I'd have had to do manually
in that case we don't need to do anything except docs: an user could change the usethis option globally, I'll add that to a vignette (we'll need a setup vignette I think).
For now I can't suggest making usethis quiet in starters docs because of https://github.com/r-lib/usethis/issues/689 which can be misleading.
We can't just use the quiet option of usethis because it'd mask questions (e.g. what use_git() asks). So we could add an argument quiet to all functions and wrap each usethis call that doesn't ask questions in a withr call. Or we could do that without any argument, just making the functions less chatty generally.
I know you @stephlocke said it's nice to see the list of things happening but my main issue with that is that usethis calls create a few to-dos e.g. "Re-knit 'README.Rmd'" that is misleading since the starters function re-knits the README.