Skip to content

Generate source and binary compatibility reports between two java/android libraries

License

Notifications You must be signed in to change notification settings

punitda/japicmp-frontend

Repository files navigation

Japicmp Report Generator

Website

Generate Source and Binary compatibility reports between two java/android library versions. Check report before updating to a newer version of the library in your project. So, you can update it without worrying about breaking the app 😄

To know more about what is source and binary compatiblity, you can read the following blog posts:

Local Development

Create .env file with following config:

SERVER_BASE_URL=http://localhost:8080

Note: Make sure you're running BE web server on port 8080

From your terminal:

npm ci
npm run dev

Deployment

It is deployed on Fly.io

Tech Stack

License

MIT License

About

Generate source and binary compatibility reports between two java/android libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published