From Dream to Reality✨🎉
Frame 1: It was just a dream back then in 2016 before entering my SS class
Frame 2: Going to attend a WordPress class in 2017 with @iamgrandbusta
Frame 3: Just me 🌚
Frame 4: 2024 Solution Challenge Winner.
Full gist: https://t.co/Bcscs9lVkW
JavaScript has: npm install
Flutter has: flutter pub add
But in Java, adding dependencies still means:
searching Maven Central
copying XML
pasting into pom.xml
checking versions manually
So I built JPM CLI ☕️
Now you can run: "jpm add postgres."
https://t.co/DFvsdvZ1Go
@khmarbaise On intellij, you have to be on the ultimate plan before you can get some features. So yeah, that was what prompted building that.
But having a package manager in java will never be a bad idea.
Current MVP:
- Detects Maven projects
- Fetches the latest versions from Maven Central
- Updates pom.xml automatically
- Prevents duplicate dependencies
- Built with pure Java
It’s fully open source, and contributions are welcome. 🚀