starbase
starbase copied to clipboard
Add CLI waiting spinner
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.
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.