archify 1.0.4 copy "archify: ^1.0.4" to clipboard
archify: ^1.0.4 copied to clipboard

A CLI tool for generating clean architecture structure in Flutter projects.

example/main.dart

import 'package:archify/archify.dart';

void main() {
  final cli = ArchifyCLI();

  // Run configure
  cli.run(['configure']);

  // Run generate for "auth" feature
  cli.run(['generate', 'auth']);

  // Show version
  cli.run(['version']);
}
2
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for generating clean architecture structure in Flutter projects.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, yaml, yaml_edit

More

Packages that depend on archify