Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)