Skip to content

Commit 1993ff5

Browse files
committed
Add next steps message after successful rename
1 parent 3196cb6 commit 1993ff5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/rename-plugin.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int
110110
} else {
111111
$io->success('Plugin renamed successfully!');
112112

113+
$pluginDir = basename(dirname(__DIR__));
114+
$io->writeln('Now run:');
115+
$io->writeln('');
116+
$io->writeln(" <info>cd {$pluginDir}</info>");
117+
$io->writeln(' <info>composer test-app-init</info>');
118+
$io->newLine();
119+
113120
unlink(__FILE__);
114121
}
115122

0 commit comments

Comments
 (0)