Subscribe on changes!

feat: cli flags to show up help and version information

avatar
Apr 28th 2020

closes #18

Also, warns the user if an invalid option is supplied.

avatar
Apr 28th 2020

Maybe we could onboard an arg-parser library, but IMHO it isn't necessary for a CLI utility of similar sort whose sole purpose is project scaffolding.

avatar
Apr 28th 2020

Maybe it'd be proper to rename targetDir

avatar
Apr 29th 2020

Thanks for the PR... but honestly, create-vite-app is simple as it is: there is only one argument and this just doesn't seem to be needed.