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.
For example * @argument unirgy_path Path to convert.php.php? [./convert.php] * @argument m1_path Path to Magento 1 system? [./m1] * @argument module_path Path to Modules to Convert? [./m1-to-convert] * @argument desination_path...
Need a way to do this with doc block arguments.
Some companies work directly in the vendor/ directory, an approach that has been made popular by the recent presentation by Fooman at Imagine 2017. It would be cool if it...
In many places in Magento 2 modules class names are referenced. For example, a CRUD model references the resource model ``` protected function _construct() { $this->_init('Example\FooBar\Model\ResourceModel\Thing'); } ``` Since PHP...
https://github.com/astorm/pestle/pull/258
select, datetime, and number.