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

https://github.com/vic/mill-scalaxb

Generate Scala from wsdl and xsd files on mill builds
https://github.com/vic/mill-scalaxb

code-generator mill mill-module mill-scalaxb scalaxb wsdl xsd xsd-files

Last synced: 2 months ago
JSON representation

Generate Scala from wsdl and xsd files on mill builds

Awesome Lists containing this project

README

        

# mill-scalaxb

![Main workflow](https://github.com/vic/mill-scalaxb/workflows/Main%20workflow/badge.svg)
[![Jitpack](https://jitpack.io/v/vic/mill-scalaxb.svg)](https://jitpack.io/#vic/mill-scalaxb)

A [Mill][mill] module for compiling wsdl and xsd files into Scala sources using [scalaxb][scalaxb]

## Usage

See the example project buildfile: [`example/build.sc`][example].

[mill]: https://www.lihaoyi.com/mill
[scalaxb]: http://scalaxb.org
[example]: https://github.com/vic/mill-scalaxb/blob/master/example/build.sc