cfc 1.0.7
cfc: ^1.0.7 copied to clipboard
A CLI tool to scaffold clean architecture feature folders in Flutter.
example/example.dart
import 'package:cfc/cfc.dart';
void main() {
// Example usage of the CFC CLI tool.
cfc('my_feature');
}