Skip to content

Commit

Permalink
minor Markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 26, 2020
1 parent e473d7b commit 805b13a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# 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](https://github.com/Guite/MostGenerator/).

## 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
Expand Down

0 comments on commit 805b13a

Please sign in to comment.