Yet Another Codegen
YAC CLI supports application configuration in yaml format. Refer below example to generate Spring Boot application using Maven as build tool:
!application
name: YacBlog
scm: !git {}
application: !spring
rootPackage: 'tech.yac.samples'
buildTool: !maven
wrapper: true