https://github.com/getdutchie/checksum
Utility for generating checksum for various file types
https://github.com/getdutchie/checksum
Last synced: 10 months ago
JSON representation
Utility for generating checksum for various file types
- Host: GitHub
- URL: https://github.com/getdutchie/checksum
- Owner: GetDutchie
- Created: 2024-11-28T17:03:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:05:59.000Z (over 1 year ago)
- Last Synced: 2025-06-04T22:12:41.284Z (about 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# checksum
A simple binary that computes checksums for
JSON and YAML files regardless of key ordering.
## Usage
To install run: `cargo install --path .`
```sh
checksum -p
```
```sh
checksum '{"a": 1, "b": 2}' -t json
```
TODOS:
- [ ] Add workflow to handle versioned releases (dutchiebot-releases)