GeekyAnts / vue-native-cli

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs
92 stars 21 forks source link

CLI always generates Expo project if directory with specified name already exists #18

Closed RishabhKarnad closed 5 years ago

RishabhKarnad commented 5 years ago

If the project name matches the name of a pre-existing directory, the CLI asks for confirmation to replace the directory.

If the user confirms, the CLI does not create a react-native CLI project if the --no-crna flag has been passed.

RishabhKarnad commented 5 years ago

Fixed in v0.1.0