File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ #!/usr/bin/env php
2+ <?php
3+
4+ declare (strict_types=1 );
5+
6+ echo PHP_EOL ;
7+ echo " \033[42;30m DONE \033[0m Your plugin is ready! " . PHP_EOL ;
8+ echo PHP_EOL ;
9+ echo " Run: \033[36msymfony serve -d \033[0m " . PHP_EOL ;
10+ echo PHP_EOL ;
11+
12+ unlink (__FILE__ );
Original file line number Diff line number Diff line change 7878 " @php bin/validate-directory.php"
7979 ],
8080 "post-create-project-cmd" : [
81- " @php bin/rename-plugin.php"
81+ " @php bin/rename-plugin.php" ,
82+ " @test-app-init" ,
83+ " @php -r \" echo PHP_EOL.' Initializing git repository...'.PHP_EOL;\" " ,
84+ " git init -q" ,
85+ " git add -A" ,
86+ " git commit -q -m 'Initial commit'" ,
87+ " @php bin/show-success.php"
8288 ],
8389 "database-reset" : [
8490 " vendor/bin/console doctrine:database:drop --force --if-exists" ,
You can’t perform that action at this time.
0 commit comments