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

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