This commit is contained in:
team3
2026-06-03 22:05:20 +02:00
parent d7e8df6876
commit 40de56c27b
5119 changed files with 552560 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
The <info>%command.name%</info> command generates a new Stimulus controller.
<info>php %command.full_name% hello</info>
If the argument is missing, the command will ask for the controller name interactively.
To generate a TypeScript file (instead of a JavaScript file) use the <info>--typescript</info>
(or <info>--ts</info>) option:
<info>php %command.full_name% hello --typescript</info>
It will also interactively ask for values, targets, classes to add to the Stimulus
controller (optional).
<info>php %command.full_name%</info>