Skip to content

Commit 869ea80

Browse files
committed
feat: very_good_analysis
1 parent 5f10501 commit 869ea80

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

analysis_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include: package:very_good_analysis/analysis_options.yaml

bin/very_good.dart

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
void main() {}

pubspec.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
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

Comments
 (0)