Shannon Lal a357b15a57 Check in first implementation il y a 6 ans
..
README.md b233d70d4b Check in sample for chaining calls il y a 7 ans
chain-confirm-gulpfile.js c8029503d9 Check in fix to pass previous selected response to chain function il y a 7 ans
chain-prompt-gulpfile.js a357b15a57 Check in first implementation il y a 6 ans
first-choice-selection-gulpfile.js a1bab556dc Check in sample file il y a 7 ans
list-selection-gulpfile.js a1bab556dc Check in sample file il y a 7 ans
template-replacement-gulpfile.js a1bab556dc Check in sample file il y a 7 ans

README.md

Examples

The following is a selection of example gulp files which can be used for testing purposes

Execute Gulp File

node_modules/.bin/gulp --gulpfile examples/{sample gulp file} {gulp task}

Example: node_modules/.bin/gulp --gulpfile examples/list-selection-gulpfile.js getSelection

Gulp Examples

  1. First Choice Selection examples/first-choice-selection-gulpfile.js

  2. List selection which expands the screen examples/list-selection-gulpfile.js

  3. Templating option for messages examples/template-replacement-gulpfile.js

  4. Chain a series of prompts together examples/chain-confirm-gulpfile.js