0.0.1 • Published 5 years ago

generator-ksmodule v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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
0.0.1

5 years ago