metroMenu top-level constant
String
const metroMenu
The metroMenu is displayed when running dart run nylo_framework:main
To run a command you can call dart run nylo_framework:main make:model my_model
Implementation
const String metroMenu = """
Metro - Nylo\'s Companion to Build Flutter apps by Anthony Gordon
Usage:
command [options] [arguments]
Options
-h
All commands:
make
make:controller
make:model
make:page
make:stateful_widget
make:stateless_widget
make:provider
make:event
make:api_service
make:interceptor
make:theme
make:form
make:route_guard
make:config
slate
slate:publish
slate:install
""";