Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 343 Bytes

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