Skip to content

Commit

Permalink
Update lib/src/commands/create/templates/post_generate_actions.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Santiago <dev@alestiago.com>
  • Loading branch information
wolfenrain and alestiago committed Apr 11, 2024
1 parent 3ba9ecf commit d815e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/commands/create/templates/post_generate_actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import 'package:universal_io/io.dart';
import 'package:very_good_cli/src/cli/cli.dart';

/// Runs `dart pub get` in the [outputDir].
///
/// Completes with `true` is the execution was successful, `false` otherwise.
Future<bool> installDartPackages(
Logger logger,
Directory outputDir, {
Expand Down

0 comments on commit d815e59

Please sign in to comment.