🚀 Feature: Add verbose logging #708
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Now that I simplified the CLI output (#681, #695), running
npx template-typescript-node-package
sometimes appears to be "stuck" on Migrating repository structure... or other long commands. It'd be nice to have a way to ask for more logging.https://npmjs.com/package/debug is a popular way to do this. We use it in typescript-eslint. I'll use it here.I don't like how this would necessitate redoing a bunch of the CLI outputs. I'll trim this task down a bit to just add more logs when a--verbose
flag is passed.Additional Info
No response
The text was updated successfully, but these errors were encountered: