Lines Matching refs:promzard
1 # promzard chapter
19 var promzard = require('promzard')
20 promzard(inputFile, optionalContextAdditions, function (er, data) {
40 When run, promzard will display the prompts and resolve the async
45 ### promzard(inputFile, ctx, callback)
59 ### Class: promzard.PromZard(file, ctx)
61 Just like the `promzard` function, but the EventEmitter that makes it
69 In the promzard input module, you can call the `prompt` function.
85 If there are any functions on the promzard input module's exports, then
86 promzard will call each of them with a callback. This way, your module
97 For example, this works fine in a promzard module:
131 Yeah, sorta. I wouldn't use promzard for anything more complicated than