willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
208 stars 31 forks source link

Add plopfile generator to make components faster #30

Closed willianjusten closed 2 years ago

willianjusten commented 2 years ago

Just adding the plopfile that we lost in our conversation to Remix. In order to generate a component, just run:

npm run generate <ComponentName>
willianjusten commented 2 years ago

I'm going to merge it, since there's nothing to review here and it's only boilerplate code.