-
Notifications
You must be signed in to change notification settings - Fork 210
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
Display an installation message to user in the CLI #338
Comments
GitMate.io thinks the contributors most likely able to help are @jywarren, and @GitMate[bot]. Possibly related issues are #129 (notify user that the CLI won't be synchronous (yet)), and #97 (Add module options to CLI). |
1 similar comment
GitMate.io thinks the contributors most likely able to help are @jywarren, and @GitMate[bot]. Possibly related issues are #129 (notify user that the CLI won't be synchronous (yet)), and #97 (Add module options to CLI). |
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
The Problem:
We want to show a message to the user while a module is being fetched from npm and being installed in the background.
How to Solve?
You can print the message to the user's screen like this
This line can be added above this one.
image-sequencer/index.js
Line 30 in 88364de
Bonus: It would be really nice if the prompt is colored yellow. You can take hint from the following line
image-sequencer/index.js
Line 70 in 88364de
Instance Count 1
The text was updated successfully, but these errors were encountered: