yox 1.0.0
yox: ^1.0.0 copied to clipboard
---
How to Install Yo #
flutter pub global activate yo
flutter pub global run yo
Restart Command Prompt Run this command to test:
yo
Create yox Project #
yox init
Create Module #
yox module create [module_name]
example:
yox module create product
yox module create product/product_list
yox module create product/product_form
Generate Icon #
- Update icon file in assets/icon/icon.png
- Run this command:
yox generate_icon
Remove Unused Import #
yox clean
Generate core.dart File #
yox core