https://github.com/zkoss/zkdiffer
A ZK diffing algorithm for ZK components
https://github.com/zkoss/zkdiffer
Last synced: over 1 year ago
JSON representation
A ZK diffing algorithm for ZK components
- Host: GitHub
- URL: https://github.com/zkoss/zkdiffer
- Owner: zkoss
- License: lgpl-3.0
- Created: 2023-05-09T10:15:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T04:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T02:42:55.232Z (over 1 year ago)
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# zkdiffer - A ZK diffing algorithm for ZK components
This library is inspired from [diffDom](https://github.com/fiduswriter/diffDOM) and ported in Java for ZK framework.
## License
This project is licensed under the LGPL v. 3. For details see LICENSE.txt.
## How to release FL
```bash
./gradlew clean build release -PFL=true
```
and then the released bundle file will be in `zkdiffer/build/dist` folder.
## How to release official
```bash
./gradlew clean build release
```
and then the released bundle file will be in `zkdiffer/build/dist` folder.