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
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 success message to the user if the module was successfully installed from npm
How to Solve?
You can print the message to the user's screen like this
console.log("Your module was installed successfully!!");
GitMate.io thinks the contributor most likely able to help you is @GitMate[bot].
Possibly related issues are #342 (Add a success prompt for saved sequence), #27 (add fisheyegl module), #157 (Add a Contrast module), and #338 (Display an installation message to user in the CLI).
GitMate.io thinks the contributor most likely able to help you is @GitMate[bot].
Possibly related issues are #342 (Add a success prompt for saved sequence), #27 (add fisheyegl module), #157 (Add a Contrast module), and #338 (Display an installation message to user in the 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 success message to the user if the module was successfully installed from npm
How to Solve?
You can print the message to the user's screen like this
This line can be added below this one.
image-sequencer/index.js
Line 35 in 88364de
Bonus: It would be really nice if the prompt is colored green. You can take hint from the following line
image-sequencer/index.js
Line 70 in 88364de
Also you can find the codes for all colors here https://stackoverflow.com/questions/9781218/how-to-change-node-jss-console-font-color
Instance Count 1
The text was updated successfully, but these errors were encountered: