JPM has a very simplistic approach on how a project should be built, it's heavily inspired by the npm package manager -> it downloads and resolves you dependencies for you. Also, jpm allows CLI package additions, to not break you development flow when you need a new dependency. it integrates with java modules and can even bundle your applications for you into a jar.
all that using nothing but : java, javac, jar
My goal and vision with jpm it to make a all in one tool that makes life easy for beginners and experts in java/kotlin.
- to checkout jpm : [jpmhub.org](https://www.jpmhub.org) - Examples : [videos](https://www.youtube.com/@derismekentz1) - source code [Github](https://github.com/jpm-hub)
0 comments