We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10501 commit 869ea80Copy full SHA for 869ea80
analysis_options.yaml
@@ -0,0 +1 @@
1
+include: package:very_good_analysis/analysis_options.yaml
bin/very_good.dart
+void main() {}
pubspec.yaml
@@ -0,0 +1,13 @@
+name: very_good_cli
2
+description: A Very Good Command Line Interface for Dart
3
+version: 0.0.1-dev.0
4
+homepage: https://github.com/VeryGoodOpenSource/very_good_cli
5
+
6
+environment:
7
+ sdk: ">=2.8.1 <3.0.0"
8
9
+dev_dependencies:
10
+ very_good_analysis: ^1.0.4
11
12
+executables:
13
+ very_good:
0 commit comments