sindresorhus / ora

Elegant terminal spinner
MIT License
9.08k stars 269 forks source link

Export cli-spinners #217

Closed Poyoman39 closed 1 year ago

Poyoman39 commented 2 years ago

This is a feature request. It would be usefull to export the available cli-spinners, so that we can do stuff like random spinner with ora.

Currently a "workaround" would consists in importing cli-spinner directly which is a bit "less safe", if ora change it's dependancy to this lib or add spinners not in cli-spinner.

What do you think about this feature ? ^^

sindresorhus commented 2 years ago

Sure. We can add a spinners named export. Needs docs, TS types, and a test.

Poyoman39 commented 2 years ago

I gonna upgrade my PR ;)