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

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