next-codegen
next-codegen copied to clipboard
Add `components` generator
Add a components generator with the following features:
- Components can be in directories or standalone files
- Components can have associated
.module.cssfiles,.test.{js|tsx}files, etc. - Will force people to avoid default exports 👍 because I want to
Still on the fence about this 🤔 and whether it's out of scope or not. I'm sure it'd make the project more popular. Could be part of a bigger eject/extend feature down the line.