Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 583 Bytes

Install

npm install -g generator-ksmodule

How to use

yo ksmodule --module myModule --group com.mymodule --mainClass MyClassApplication

above command will generate

myModule
└── src
    └── main
        ├── kotlin
        │   └── com
        │       └── mymodule
        │           └── MyClassApplication.kt
        └── resources
            ├── META-INF
            │   └── spring-configuration-metadata-whitelist.properties
            └── application.yml