nylo_installer 1.0.2 copy "nylo_installer: ^1.0.2" to clipboard
nylo_installer: ^1.0.2 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 #

nylo <command> [arguments]

Commands:
  new <project_name>    Create a new Nylo project
  init                  Set up the Metro CLI alias
  clean                 Run flutter clean and flutter pub get

Options:
  -h, --help            Show usage information
  -v, --version         Show version

Commands #

nylo new <project_name> #

Create a new Nylo project:

nylo new my_app

This will:

  1. Clone the Nylo template
  2. Configure your project name across all platform files (Android, iOS, pubspec.yaml, .env)
  3. Install Flutter dependencies

Project names are automatically converted to snake_case.

nylo init #

Set up the Metro CLI alias for an existing Nylo project:

nylo init

This configures the metro command in your shell so you can use it from anywhere within your project.

nylo clean #

Clean your Flutter project and reinstall dependencies:

nylo clean

This runs:

  1. flutter clean - Removes build artifacts
  2. flutter pub get - Reinstalls dependencies

Metro CLI #

Once Metro is set up via nylo init, you can 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
1
likes
150
points
0
downloads
screenshot

Publisher

verified publishernylo.dev

Weekly Downloads

CLI tool to create new Nylo Flutter projects. Quickly scaffold production-ready Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#nylo-installer #nylo

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

args, path, recase

More

Packages that depend on nylo_installer