yeoman-automation-adapter
Yeoman automation adapter for creating automatic responses to user prompts. Used when creating automations to run yeoman without user interaction
Installtion
npm install yeoman-automation-adapter
Usage
const yeoman = ;const AutoAdapter = ;const answers = 'appName': 'test' 'appVersion': '1.0';const silent = false;const adapter = answers silent;const env = yeoman;env;
Examples
Please see examples dir for fully automated example