wild-next icon indicating copy to clipboard operation
wild-next copied to clipboard

Feat: Add Component Generator

Open r0skar opened this issue 3 years ago • 2 comments

  • We should add a component generator to generate pages, components, hooks etc. using a standard template.
  • https://plopjs.com/ looks like a good candidate(?)

r0skar avatar Jun 17 '21 10:06 r0skar

Should we also add common code snippets in the .vscode folder? For stuff like React.FC components, basic styled component etc.? iE

rfc -> const Component: React.FC = () => {}
stc -> const Component = styled.div``
stcp -> const Component = styled.div((props) => [])

r0skar avatar Jun 17 '21 10:06 r0skar

Have you ever used generate-react-cli? if you think it's ok maybe I can add it.

ehsan-shv avatar Nov 18 '22 13:11 ehsan-shv