founder_code_cli 0.1.0-beta.1 copy "founder_code_cli: ^0.1.0-beta.1" to clipboard
founder_code_cli: ^0.1.0-beta.1 copied to clipboard

An enterprise-grade Flutter CLI for generating production-ready applications following Founder Code Standards and Clean Architecture.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate founder_code_cli

Use it

The package has the following executables:

$ fc

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add founder_code_cli

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

dependencies:
  founder_code_cli: ^0.1.0-beta.1

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:founder_code_cli/founder_code_cli.dart';
4
likes
0
points
166
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

An enterprise-grade Flutter CLI for generating production-ready applications following Founder Code Standards and Clean Architecture.

Repository (GitHub)
View/report issues

Topics

#flutter #cli #code-generation #clean-architecture #founder-code

License

unknown (license)

Dependencies

args, io, mason_logger, path, recase

More

Packages that depend on founder_code_cli