Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietj/vertx-codegen-starter

A project to clone to start easily with Vert.x Codegen
https://github.com/vietj/vertx-codegen-starter

Last synced: 5 days ago
JSON representation

A project to clone to start easily with Vert.x Codegen

Awesome Lists containing this project

README

        

## Codegen starter project

Provides a vanilla project that runs Vert.x Codegen with Maven.

The project generates Markdown files from the API, nothing too fancy or complicated.

Clone this project to start easily with code generation.

## Generation

To code generate from Vert.x Core:

```
> mvn compile
```

generates a bunch of Markdown files in `src/main/md`.

To code generate from Codegen TCK:

```
> mvn test-compile
```

generates a bunch of Markdown files in `src/test/md`.