jcli, A command line tool for creating Java Applications
Vijay SRJ
Posted on July 1, 2020
Created a tool called jcli to create java applications from command line ..
You can use commands like :
jcli --create-project HelloWorld - to create a new project template
jcli --create-package - to create a new package
jcli --create-class - to create a new class
jcli --create-interface - to create a new interface
jcli --compile - to compile the project
jcli --run --main-class com.hello.world.HelloWorld - to run the project
Here is the demo and other details:
💖 💪 🙅 🚩
Vijay SRJ
Posted on July 1, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.