It would be great if could just run create-index and add an index.js to components that looked like
'create-index';
export AccordionBox from './AccordionBox/AccordionBox';
export AccordionTab from './AccordionBox/AccordionTab';
export AlertBox from './AlertBox/AlertBox';
export Dropdown from './Dropdown/Dropdown';
I have a directory structure like so
It would be great if could just run
create-index
and add anindex.js
tocomponents
that looked like