founder_code_cli 0.2.0-beta.4 copy "founder_code_cli: ^0.2.0-beta.4" to clipboard
founder_code_cli: ^0.2.0-beta.4 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:

$ foundercode

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add founder_code_cli

With Flutter:

 $ flutter 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.2.0-beta.4

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

Documentation

Documentation
API reference

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
Contributing

Topics

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

License

MIT (license)

Dependencies

args, io, mason_logger, path, recase

More

Packages that depend on founder_code_cli