nylo_installer 1.0.0 copy "nylo_installer: ^1.0.0" to clipboard
nylo_installer: ^1.0.0 copied to clipboard

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate nylo_installer

Use it

The package has the following executables:

$ nylo

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nylo_installer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nylo_installer: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nylo_installer/nylo_installer.dart';
1
likes
0
points
0
downloads

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

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

args, path, recase

More

Packages that depend on nylo_installer