commit | d888377efcc9256d635862b61ad1fa207af72118 | [log] [tgz] |
---|---|---|
author | Steve Lawrence <slawrence@apache.org> | Tue Jan 18 08:17:32 2022 -0500 |
committer | Steve Lawrence <stephen.d.lawrence@gmail.com> | Tue Jan 18 08:32:41 2022 -0500 |
tree | 94f1f876c30e1a14500ec310bbd2eded011fffae | |
parent | 2eb35430ed76785aeb9a7e6d140cce4093919a9c [diff] |
Update github actions to match Daffodil actions
This repository is a Giter8 template for Apache Daffodil DFDL schemas.
Install SBT and run the following command:
sbt new apache/daffodil-schema.g8
This command prompts for various properties and creates a bare-bones directory structure that follows the recommended DFDL Schema Project Layout. This includes git and sbt configuration files, a basic DFDL schema file, and TDML and test files.
The following properties are used to configure the generated DFDL schema project:
This repository uses the SBT Giter8 plugin to perform a single basic sanity check of template generation. To execute this check, run:
sbt test
This command generates a new project using the default.properties
template values and then runs the SBT Scripted commands defined in src/test/g8/test
to validate correct generation.
Apache Daffodil DFDL Schema Template is licensed under the Apache License, v2.0.