omahajs / generator-omaha

Yeoman generator designed to help you craft sustainable code for the modern web
https://omaha.js.org
MIT License
12 stars 1 forks source link

Refined usage of generator attributes and config #84

Closed jhwohlgemuth closed 6 years ago

jhwohlgemuth commented 6 years ago
const {foo, bar} = generator;

becomes

const {foo, bar} = generator.config.getAll();
jhwohlgemuth commented 6 years ago

Webpack via prompt => tests do not work?

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 69d0104c98f93a7609a2ad37b9115e8789289a12 on feature/refine-configuration-control into 0e601bec587c51d8718fb9de1bd7adfaa152d204 on master.