stevedlawrence commented on a change in pull request #1: URL: https://github.com/apache/daffodil-schema.g8/pull/1#discussion_r583714761
########## File path: src/main/g8/src/test/resources/$package$/$name__camel$/Test$name__Camel$.tdml ########## @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +$! Review comment: It's g8 syntax to format the name property. name__Camel means take the "name" property and make it camel case with the first letter capitalized. name__camel means take the "name" property and make it camel case with the first letter lowercase. So if you generate a project with name "My Great Format", in creates myGreatFormat/TestMyGreatFormat.tdml There's lots of other formatting capabilities: http://www.foundweekends.org/giter8/formatting.html Note that the __ stuff is used only for directory/file names, since windows doesn't like the ``;format="..."`` syntax that used inside files. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org