Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvatanabe/cksumfly
Print CRC checksum for flyway of each FILE.
https://github.com/vvatanabe/cksumfly
Last synced: 24 days ago
JSON representation
Print CRC checksum for flyway of each FILE.
- Host: GitHub
- URL: https://github.com/vvatanabe/cksumfly
- Owner: vvatanabe
- License: mit
- Created: 2019-09-25T08:07:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T00:31:58.000Z (about 5 years ago)
- Last Synced: 2024-06-20T00:38:07.197Z (5 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
cksumfly
=======[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://www.opensource.org/licenses/mit-license.php)
## Description
Print CRC checksum for flyway of each FILE.
## Installation
% go get github.com/vvatanabe/cksumfly/cmd/cksumfly/
## Synopsis
% cksumfly /path/to/foo.sql
% cksumfly --path /path/to/foo.sql
% cat /path/to/foo.sql | cksumfly
## Options```
Options
-p, --path= .sql file path
```## Bugs and Feedback
For bugs, questions and discussions please use the GitHub Issues.
## Author
[vvatanabe](https://github.com/vvatanabe)