merry 2.0.0
merry: ^2.0.0 copied to clipboard
A script manager for Dart/Flutter — define script shortcuts in pubspec.yaml and run them with a single command.
// Check the repository for [merry.yaml] file and more informative example
void main() {
// ignore: avoid_print
print('Merry.');
}