nylo_installer 1.0.1
nylo_installer: ^1.0.1 copied to clipboard
CLI tool to create new Nylo Flutter projects. Quickly scaffold production-ready Flutter applications.
Nylo Installer #
A CLI tool to scaffold new Nylo Flutter projects.
Installation #
dart pub global activate nylo_installer
Usage #
Create a new Nylo project:
nylo new my_app
This will:
- Clone the Nylo template
- Configure your project name across all platform files
- Install Flutter dependencies
Options #
nylo new <project_name>
Options:
-h, --help Show usage information
-v, --version Show version
Metro CLI #
To set up the Metro CLI, run:
nylo init
Metro helps generate files for your Nylo project:
metro make:page HomePage
metro make:controller HomeController
metro make:model User
Requirements #
- Dart SDK >= 3.0.0
- Flutter
- Git
