Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Generate Zikula module

1.0.0

Generate Zikula module

check

Generate Zikula module

Generate a Zikula module from a ModuleStudio application model

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Generate Zikula module

uses: Guite/generator-action@1.0.0

Learn more about this action in Guite/generator-action

Choose a version

GitHub Action for ModuleStudio Generator

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.

Inputs

model_name

Required Full name of your model file. Default "AcmeNews.mostapp".

module_name

Required Name of your module including the vendor and the Module suffix. Default "Acme/NewsModule".

base_dir

Optional Path to the directory containing the modules/ folder (including trailing slash). Default "".

verbose

Optional Whether to enable verbose output (set to true). Default false.

Outputs

results

Generated files.

Example usage

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.