butter_cli 0.0.5 copy "butter_cli: ^0.0.5" to clipboard
butter_cli: ^0.0.5 copied to clipboard

outdated

The cli companion of the butter framework. This tool is used to generate the project scaffolding.

example/main.dart

import 'package:args/args.dart';
import 'package:butter_cli/butter_cli.dart';

void main(List<String> arguments) {
  final parser = ArgParser();
  parser.addOption('destination', abbr: 'd');
  var results = parser.parse(arguments);

  Scaffolding(results['destination']).generate();
}
0
likes
0
pub points
0%
popularity

Publisher

verified publisherzoogtech.com

The cli companion of the butter framework. This tool is used to generate the project scaffolding.

Homepage

License

unknown (LICENSE)

Dependencies

args, io, mustache, path, recase

More

Packages that depend on butter_cli