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

Progress Reporting Hooks #1

Open
TrevorJTClarke opened this issue Oct 14, 2015 · 0 comments
Open

Progress Reporting Hooks #1

TrevorJTClarke opened this issue Oct 14, 2015 · 0 comments

Comments

@TrevorJTClarke
Copy link

I have found several times when I wish there was a way to setup npm commands, (or similar), that allow a practical reporter as well as visual progress for tasks that take more time.
This would not include items for unit testing, as they already have reporters.

Use:
Enable a simple api for letting apps update progress from a registered task.
Api would include register, update, unregister. Progress would be completely unaware of all tasks and their logic, only knowing what is given.

Example Output would include:
Progress Bar
Percentage Complete
ETA
Current Task / Total Tasks

Bonus Points:
Emoji Support

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

1 participant