Open austinkelleher opened 2 years ago
It would be great if the CLI had a spinner for when work is being performed. The setup and run command take time and a spinner would make the CLI feel much more alive.
setup
run
Consider leveraging: https://github.com/sindresorhus/ora
Note: I believe additional work may be required to support ESM-only modules like ora with ts-node.
ora
It would be great if the CLI had a spinner for when work is being performed. The
setup
andrun
command take time and a spinner would make the CLI feel much more alive.Consider leveraging: https://github.com/sindresorhus/ora