mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.5k stars 65 forks source link

Add Installation with Homebrew in README #8

Closed shigemk2 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop      #8   +/-   ##
=======================================
  Coverage     89.8%   89.8%           
=======================================
  Files           74      74           
  Lines        15622   15622           
=======================================
  Hits         14030   14030           
  Misses        1223    1223           
  Partials       369     369

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0ee93c...b6fb15f. Read the comment docs.

mithrandie commented 5 years ago

@shigemk2 Thanks, but who maintains the formula file?

shigemk2 commented 5 years ago

@mithrandie Thank you for your comment. Some homebrew-core maintainers or I will maintain the formula file.

mithrandie commented 5 years ago

Ok.

Installation using package managers was not planned for the following reasons.

  1. Csvq works with one binary, without dependency on other packages.
  2. Even if you build your own, you can resolve dependencies with the standard features of the Go language.
  3. I think that automatic updating, such as using package managers, may prevent users from checking license or changelogs so developers should not do it themselves.

So I added the text of the steps to install using homebrew as an unofficial way. Commit: 91658f0a39c8329c0a979611450466175f9c2ff8

Thanks.