We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Often, building a design system library takes a long time. We need to notify a user that the process is still in progress.
We should print the following output in the console. Output while performing discovery step:
[1/4] 🔍 Discovery
Output while performing serialization step:
[1/4] 🔍 Discovery [2/4] ⏳ Serialization Serializing: Button █████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25%
Output while performing build step:
[1/4] 🔍 Discovery [2/4] ⏳ Serialization [3/4] 🏗 Building ⠏ Webpack: <here most recent log from webpack – if possible>
Output while performing upload step:
[1/4] 🔍 Discovery [2/4] ⏳ Serialization [3/4] 🏗 Building [4/4] 🚀 Upload █████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 25%
After all the steps finished successfully:
[1/4] 🔍 Discovery [2/4] ⏳ Serialization [3/4] 🏗 Building [4/4] 🚀 Upload ✨ All done!
The text was updated successfully, but these errors were encountered:
@itsderek23 thoughts on this old ticket?
I quite like the idea, not a high priority, but would be nice to have...
Sorry, something went wrong.
I like the idea. Perhaps we leave it open and watch for 👍 to gauge interest?
No branches or pull requests
Motivation
Often, building a design system library takes a long time. We need to notify a user that the process is still in progress.
Acceptance criteria
We should print the following output in the console.
Output while performing discovery step:
Output while performing serialization step:
Output while performing build step:
Output while performing upload step:
After all the steps finished successfully:
The text was updated successfully, but these errors were encountered: