SharedCount::Cli
CLI to the shared_count_api gem
Installation
$ gem install shared_count-cli
Usage
Note: supports bash globbing
- Redirect the CSV file to stdout
$ ruby bin/shared_count-cli ~/Desktop/file?.txt # => ~/Desktop/file1.txt ~/Desktop/file2.txt
- Redirect the CSV file to a file
$ ruby bin/shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv
Contributing
- Fork it ( http://github.com/
/shared_count-cli/fork ) - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request