> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Templates

> List all available gRPC service templates for the init command.

The `list-templates` command lists all available gRPC service templates that can be used with the `wgc grpc-service init` command.
Templates are fetched from the [wundergraph/cosmo-templates](https://github.com/wundergraph/cosmo-templates) repository under the `grpc-service` directory.

## Usage

```bash theme={null}
wgc grpc-service list-templates
```

Once you've decided on a template, you can use the [init](/cli/grpc-service/init) command to scaffold a new gRPC service project from a template.

See also: [gRPC Services](/router/gRPC/grpc-services) · [GraphQL Support for gRPC Integration](/router/gRPC/graphql-support)
