easy_cli 0.2.7 copy "easy_cli: ^0.2.7" to clipboard
easy_cli: ^0.2.7 copied to clipboard

CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_cli

Use it

The package has the following executables:

$ easy

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_cli

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

dependencies:
  easy_cli: ^0.2.7

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

Import it

Now in your Dart code, you can use:

import 'package:easy_cli/easy_cli.dart';
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansicolor, args, flutter, path, recase

More

Packages that depend on easy_cli