tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Include yarn.lock files in templates #118

Closed tiagob closed 3 years ago

tiagob commented 3 years ago

CRA does this for yarn but not for npm (package-lock.json)

https://github.com/facebook/create-react-app/blob/50368252ed40b2838373c4007fc841ac17b950ef/packages/create-react-app/createReactApp.js#L329-L334