Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/halestudio/hale-codegen-example

Example project using hale-codegen
https://github.com/halestudio/hale-codegen-example

Last synced: 18 days ago
JSON representation

Example project using hale-codegen

Awesome Lists containing this project

README

        

# hale-codegen-example
Example project using hale-codegen

## Gradle

Generate sources and run tests with

```
./gradlew check
```

## Maven

To generate sources Gradle must be used:

```
./gradlew regenerateSources
```

Then source can be built and tests run with Maven:

```
mvn verify
```