hidev
hidev copied to clipboard
Automation tool mixed with code generator for easier continuous development
I can't find any options there **vendor/hiqdev/hidev/src/handlers/TemplateHandler.php** ```php public function prepareData($data) { return array_merge([ 'app' => Yii::$app, 'config' => Yii::$app, /// DEPRECATED 'file' => $data->file, 'handler' => $this, ], parent::prepareData($data));...
It would be nice to have git hooks handling the following events - pre-commit: execute `hidev fix` and prevent the commit if this command returns failure. - pre-push: execute `hidev...