https://github.com/aboqasem/flyway-checksum
Calculates the checksum of text in a similar way to Flyway.
https://github.com/aboqasem/flyway-checksum
Last synced: 2 months ago
JSON representation
Calculates the checksum of text in a similar way to Flyway.
- Host: GitHub
- URL: https://github.com/aboqasem/flyway-checksum
- Owner: aboqasem
- Created: 2023-11-27T02:49:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T03:06:02.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:47:13.486Z (4 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flyway-checksum
Calculates the checksum of text in a similar way to Flyway.
## Usage
```shell
java -jar flyway-checksum-XXX.jar /path/to/file
# java -jar flyway-checksum-XXX.jar < /path/to/file
# cat /path/to/file | java -jar flyway-checksum-XXX.jar
```