Sha256: 75f4281d8396f02c6a351b7fc71fa4bb95f8249c59a354d00ffa45d8690eb86b
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
# 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 $ shared_count-cli ~/Desktop/file?.txt # => ~/Desktop/file1.txt ~/Desktop/file2.txt ``` * Redirect the CSV file to a file ```ruby $ shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv ``` * Launch it in debug mode ```ruby $ DEBUG=true shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv $ tail -f shared_count-cli.log ``` ## Contributing 1. Fork it ( http://github.com/<my-github-username>/shared_count-cli/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shared_count-cli-0.0.2 | README.md |