Guillaume Turpin
Guillaume Turpin
Here is the related issue #928
Hi there 👋 To be sure to understand everything. Now we have a tempest/generation package that helps generate php code easily from the ClassManipulator class. Then is the vision for...
I totally agree with all of this. Thinking about how to implement a first step of `#[GeneratorConsoleCommand]` because at the moment a classic command can be made on a class...
@innocenzi I must complete my above questions, I dig deeper into nette's package and I think it can give us all we need to copy stubs, or manipulate classes (...
Thanks @Jeroen-G for inspiration, it's really interesting. It could help a lot if you can share some various real use cases you have with PlopJs. We can imagine a method...
I like it too in some ways. Thanks @Jeroen-G @innocenzi Is the fact of having an Abstract/Trait to help users to make their own generator commands a bad thing for...
Yes, I saw the video yesterday ! And yes all the components I can see in the docs works like this and it's totally fine ( like the explanations in...
Hey, to validate a MVP of the GeneratorCommand I firstly tried to create a `make:controller` command which will generate a Controller based on user inputs and stored in user project....
@innocenzi Insane, thanks. I'll check this out soon ! Thanks I'll look into this class when the times come !
Hey 👋 Just a personal opinion I love the DX here : ```php $superheroes = $connector->send($request)->intoMany(Superhero::class); // array ``` But I think the definition in DTO could be better named,...