basil 1.0.8 basil: ^1.0.8 copied to clipboard
A linear build system for Dart projects, designed to be lightweight and extensible.
// NOTE: Check pubspec.yaml for basil example.
int calculate() {
return 6 * 7;
}
A linear build system for Dart projects, designed to be lightweight and extensible.
// NOTE: Check pubspec.yaml for basil example.
int calculate() {
return 6 * 7;
}