-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is it possible to loop through an arbitrary number of fields? #34
Comments
Jacob, Also, I noticed that your interested in helping out. I am new to the project and would be willing to work on implementing this with you. Shannon |
For my purposes, this could be implemented in much the same way as #35. I basically just want to keep prompting the user up to x number of times or until they enter nothing as a value. This would be used for registering color variables, in the following way:
The |
I have put in a fix for chaining prompts together. Have a look at the readme file for this and the example files. If you require any changes please let me know. This is in version 0.5.0 |
I finally got around to testing this out, and I could use a little guidance... I'm having difficulty understanding how this works. I'd like to do something like in my example, chaining multiple text inputs, but I can't get this working with |
I'm trying to set up an "init" gulp task that makes it easier for me to get up and running with new projects. I'd like to set up some fields to handle my color variables, but there can be an arbitrary number of colors set. My idea is to continue prompting for additional colors until the user enters a blank value.
Is this possible?
Also, I'd be interested in taking up maintenance for this module if you've abandoned it; I'm not exactly an expert at Node, but I'm decent with vanilla JS and PHP, so I think I'd catch on pretty quickly :)
The text was updated successfully, but these errors were encountered: