sthzg e2add4af4d Refactored component subgen to support styles and/or cssmodules #255
This commit refactors the template structure for components to multiple
different base templates based on the required styling options:

- nostyle
- with styles
- with styles and css modules
2016-08-05 14:36:10 +02:00

12 lines
184 B
JavaScript

'use strict';
const config = require('./config');
const constants = require('./constants');
const yeoman = require('./yeoman');
module.exports = {
config,
constants,
yeoman
};