Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 330 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
application: !spring
  rootPackage: 'tech.yac.samples'
  buildTool: !maven
    wrapper: true