merry 2.1.1
merry: ^2.1.1 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.');
}