JupiterOne / starbase

Graph-based security analysis for everyone
Mozilla Public License 2.0
337 stars 32 forks source link

Add CLI waiting spinner #17

Open austinkelleher opened 2 years ago

austinkelleher commented 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.

Consider leveraging: https://github.com/sindresorhus/ora

erichs commented 2 years ago

Note: I believe additional work may be required to support ESM-only modules like ora with ts-node.