Skip to content

Commit

Permalink
docs: add library-level documentation for dvmx
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed Mar 2, 2024
1 parent 980e613 commit 943d929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dvmx.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/// A simple CLI to manage Dart SDK versions per project.
library;

export 'package:dvmx/src/app/app_command_runner.dart';
export 'package:dvmx/src/app/models/exit_status.dart';

0 comments on commit 943d929

Please sign in to comment.