Skip to content

Commit

Permalink
feat: very_good_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 29, 2021
1 parent 5f10501 commit 869ea80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:very_good_analysis/analysis_options.yaml
1 change: 1 addition & 0 deletions bin/very_good.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void main() {}
13 changes: 13 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: very_good_cli
description: A Very Good Command Line Interface for Dart
version: 0.0.1-dev.0
homepage: https://github.com/VeryGoodOpenSource/very_good_cli

environment:
sdk: ">=2.8.1 <3.0.0"

dev_dependencies:
very_good_analysis: ^1.0.4

executables:
very_good:

0 comments on commit 869ea80

Please sign in to comment.