You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: