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
- Host: GitHub
- URL: https://github.com/vic/mill-scalaxb
- Owner: vic
- License: apache-2.0
- Created: 2018-08-26T23:54:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T17:42:18.000Z (over 3 years ago)
- Last Synced: 2025-03-23T15:43:16.691Z (3 months ago)
- Topics: code-generator, mill, mill-module, mill-scalaxb, scalaxb, wsdl, xsd, xsd-files
- Language: Scala
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mill-scalaxb

[](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