Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to display a loader during another task execution? #1124

Closed
eestein opened this issue Sep 27, 2019 · 2 comments
Closed

Is it possible to display a loader during another task execution? #1124

eestein opened this issue Sep 27, 2019 · 2 comments

Comments

@eestein
Copy link

eestein commented Sep 27, 2019

I have created a generator that runs some long lasting commands, like ng new and npm install. While those commands are running, I think it’d be nice to display a loader to the user, but I couldn’t find such information in the docs. Is this possible?

@SBoudrias
Copy link
Member

There's no built-in for this. That being said, you can reuse any open source library that'll run on Node.

For example https://github.com/sindresorhus/ora

@eestein
Copy link
Author

eestein commented Oct 14, 2019

Ok, thanks

@eestein eestein closed this as completed Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants