-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mopro create
improvements
#267
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works well for me
Thank you
print_green_bold(" or VS Code::".to_string()); | ||
println!(); | ||
print_bold(r" code flutter-app".to_string()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can direct them to read the README in the flutter-app
foler
e.g. please follow the fluttter-app/README.md
to start the app and replace your circuit
Or link to https://zkmopro.org/docs/setup/flutter-setup
It will be more clear for beginners
print_green_bold( | ||
" You can now use the following command to open the app in VS Code:".to_string(), | ||
); | ||
println!(); | ||
print_bold(r" code react-native-app".to_string()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
The scope of the PR is to add the functionality to create Flutter and React Native apps using mopro CLI.
Changes:
mopro create
now contains the options for Flutter and React Native templates;