Back to Moon

templates

website/docs/commands/templates.mdx

2.2.4561 B
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

<VersionLabel version="1.24.0" header />

The moon templates command will list all templates available for code generation. This list will include the template title, description, default destination, where it's source files are located, and more.

shell
$ moon templates

Options

  • --filter - Filter templates by a search term.
  • --json - Print templates in JSON format.

Configuration