shields 1.0.4
shields: ^1.0.4 copied to clipboard
Generates shields to be added to your readme
import 'package:shields/shields.dart';
void main(List<String> args) async {
final props = await ShieldProps.read();
print(compileShields(props));
}