atom-yeoman icon indicating copy to clipboard operation
atom-yeoman copied to clipboard

Couple of Fixes

Open anta-semenov opened this issue 9 years ago • 0 comments

  1. Fix for new yeoman-generator prompt api. In new api prompt should return a promise. So there were an error in Atom: “Can’t find .then of undefined” Now if callback doesn’t provide prompt method of atom-adapter will return promise

2.Add ability for "when" property of questions. When description from Inquirer.js: when: (Function, Boolean) Receive the current user answers hash and should return true or false depending on whether or not this question should be asked. The value can also be a simple boolean.

anta-semenov avatar Sep 21 '16 05:09 anta-semenov