Development
Table of contents
Compile
Build the YAMLtecture command line application.
go build
Run Tests
Run the test cases for YAMLtecture.
go test ./...
Generate Tests
Generate the test cases output based on the configuration. The intended use case is that the generated files should pass the test cases and will be manually verified for correctness before being committed to the repository.
./generate.sh