An open API service indexing awesome lists of open source software.

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

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)