create-next-app
create-next-app copied to clipboard
Warns the user for supplying multiple arguments for create-next-app
Closes #55
Warns the user appropriately if he/she provides multiple arguments with create-next-app
Argument parsing is done via
minimist
@stephenmathieson It should be provided as node cli.js foo --example basic-css bar right?
Currently we are gonna check if there are any additional arguments omitting the -e, --example flag and the very next argument.
@fouad Thoughts :thinking: