Shannon Lal a357b15a57 Check in first implementation | 6 년 전 | |
---|---|---|
.. | ||
README.md | 7 년 전 | |
chain-confirm-gulpfile.js | 7 년 전 | |
chain-prompt-gulpfile.js | 6 년 전 | |
first-choice-selection-gulpfile.js | 7 년 전 | |
list-selection-gulpfile.js | 7 년 전 | |
template-replacement-gulpfile.js | 7 년 전 |
The following is a selection of example gulp files which can be used for testing purposes
node_modules/.bin/gulp --gulpfile examples/{sample gulp file} {gulp task}
Example:
node_modules/.bin/gulp --gulpfile examples/list-selection-gulpfile.js getSelection
First Choice Selection
examples/first-choice-selection-gulpfile.js
List selection which expands the screen
examples/list-selection-gulpfile.js
Templating option for messages
examples/template-replacement-gulpfile.js
Chain a series of prompts together
examples/chain-confirm-gulpfile.js