pestle
pestle copied to clipboard
A collection of command line scripts for Magento 2 code generation, and a PHP module system for organizing command line scripts.
Hello, I am a Pestle user & it is working very well. Thank you a lot for your great work! Basically, what I want is to have an ability to...
Right now the form generation command gives us a single field -- title. We need a command that can add arbitrary fields.
It would be nice if the generated code where [PSR-2](http://www.php-fig.org/psr/psr-2/) compliant.
Every module should have a composer.json file, so any dependencies can be added as thy occure during module development. By default the package composer name could be the module name...
From: https://github.com/astorm/pestle/pull/267 > The names for the layout files generated for each controller action assume that the frontname for the route will be the namespace_modulename. Perhaps a prompt can be...
$ pestle_dev pulsestorm:build_book Did you forget to run 'composer install'? The command still ran -- but why the composer error?
See @todos
https://twitter.com/peterjaap/status/839502710265237505
From a fresh master checkout. Invoking runner.php directly produces a stack trace where as using pestle_dev doesn't. I'm not really sure why this is happening. ``` root@12c061acd73d:~/pestle# php runner.php help...
Hey Alan! I've been using pestle for a few days now and it's wonderful. A feature I would love to have is the ability to use `pestle magento2:generate:crud_model` with `Thing/OtherThing`...