Skip to content

php-coder/kenerate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kenerate

PDD status

What is it

Kenerate is (supposed to be) a tool for generating Java code for me. Also I'd like to play with Kotlin language.

How to run

  • Install Kotlin first:
$ curl -s 'https://get.sdkman.io' | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
$ sdk install kotlin
  • To compile a program:
$ kotlinc main.kt -include-runtime -d kenerate.jar

or simply

$ make
  • Now, let's run it:
$ java -jar kenerate.jar class Test -package com.example
Generating file com/example/Test.java
$ cat com/example/Test.java
package com.example;

class Test {
}

About

Kenerate is (supposed to be) a tool for generating Java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors