Skip to content

Commit

Permalink
docs: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 19, 2024
1 parent 3e32c82 commit 1b5e273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ and create Markdown files within it.
└── bar.md
```

The name of the Markdown file corresponds to the Generator name displayed when you launch moldable.
When you run moldable, an interactive question starts according to the selected Generator, and when all are answered, code is generated.
This Generator is divided into metadata (in YAML format) and content (in Markdown format).
The structure of the metadata is as follows. Some properties can use the syntax of Go's [text/template](https://pkg.go.dev/text/template).
The name of the Markdown file corresponds to the generator name displayed when you launch moldable.
When you run moldable, an interactive question starts according to the selected generator, and when all are answered, code is generated.
This generator is divided into metadata (in YAML format) and content (in Markdown format).
The structure of the metadata is as follows. You can use the syntax of Go's [text/template](https://pkg.go.dev/text/template) in some properties.

| Name | Description | Required | Type | Example |
| ----------- | ----------------------------------------------------------------------------- | ------------------ | ---------------- | ------------------------------------------------------------------------------------------------------------ |
Expand Down

0 comments on commit 1b5e273

Please sign in to comment.