naeilcli 0.0.1 copy "naeilcli: ^0.0.1" to clipboard
naeilcli: ^0.0.1 copied to clipboard

CLI to scaffold GetX pages and routes.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate naeilcli

Use it

The package has the following executables:

$ naeilcli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add naeilcli

With Flutter:

 $ flutter pub add naeilcli

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

dependencies:
  naeilcli: ^0.0.1

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

Import it

Now in your Dart code, you can use:

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

Publisher

unverified uploader

Weekly Downloads

CLI to scaffold GetX pages and routes.

Homepage

License

unknown (license)

Dependencies

args, flutter, path, recase

More

Packages that depend on naeilcli