You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Generate Zikula module
1.0.0
This repository contains a GitHub Action for using the standalone generator from ModuleStudio.
The standalone generator is always providing the latest Git revision of the generator's project.
Required Full name of your model file. Default "AcmeNews.mostapp"
.
Required Name of your module including the vendor and the Module
suffix. Default "Acme/NewsModule"
.
Optional Path to the directory containing the modules/
folder (including trailing slash). Default ""
.
Optional Whether to enable verbose output (set to true
). Default false
.
Generated files.
uses: guite/generator-action@master
with:
model_name: 'MultiHook.mostapp'
module_name: 'Zikula/MultiHookModule'
base_dir: 'src/'
verbose: true
A sample project using this GitHub Action can be found here.