Skip to content

vishal423/yac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
application: !spring
  rootPackage: 'tech.yac.samples'
  buildTool: !maven
    wrapper: true