Skip to content

vishal423/yac

Repository files navigation

YAC

Yet Another Codegen

YAC Configuration

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