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

A CLI tool to generate the Ultimate Flutter Stack.

example/cufs_example.dart

import 'package:cufs/cufs.dart' as cufs;

void main(List<String> arguments) {
  // This is an example of how to run the CLI programmatically.
  // In a real scenario, you would run this from the command line:
  // $ cufs create my_app

  print('Running CUFS example...');
  cufs.run(['--help']);
}
3
likes
160
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate the Ultimate Flutter Stack.

Repository (GitHub)
View/report issues
Contributing

Topics

#cli #flutter #generator #template #productivity

Documentation

API reference

License

MIT (license)

Dependencies

args, interact, mason_logger, path

More

Packages that depend on cufs