forge_cli 2.0.0 copy "forge_cli: ^2.0.0" to clipboard
forge_cli: ^2.0.0 copied to clipboard

forge_cli the ultimate tool to create clean architecture project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate forge_cli

Use it

The package has the following executables:

$ forge_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add forge_cli

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

dependencies:
  forge_cli: ^2.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:forge_cli/forge_cli.dart';
3
likes
40
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

forge_cli the ultimate tool to create clean architecture project.

Homepage

Documentation

Documentation

License

BSD-3-Clause (license)

Dependencies

args, cli_completion, dartz, dio, envied, forge_annotation, get_it, injectable, injectable_generator, interact, internet_connection_checker, mason, mason_logger, path, process_run, pub_updater, yaml, yaml_edit, yaml_writer

More

Packages that depend on forge_cli