Daygram
¶ ↑
Table of Contents¶ ↑
Features¶ ↑
Requirements¶ ↑
Setup¶ ↑
gem install daygram
Usage¶ ↑
To print all of the entries in the Daygram:
daygram read all
To print the latest entry:
daygram read latest
To print the last 3 entries:
daygram read last 3
To print the entry for a particular date:
daygram read day 2016-11-15
To print the entries as JSON, Ruby Hash, or a table:
daygram read last --format json daygram read last --format hash daygram read last --format table
Tests¶ ↑
To test, run:
bundle exec rake
Versioning¶ ↑
Read Semantic Versioning for details. Briefly, it means:
-
Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
-
Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
-
Major (X.y.z) - Incremented for any backwards incompatible public API changes.
Code of Conduct¶ ↑
Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.
Contributions¶ ↑
Read CONTRIBUTING for details.
License¶ ↑
Copyright © 2016 Brandon High. Read LICENSE for details.
History¶ ↑
Read CHANGES for details. Built with Gemsmith.
Credits¶ ↑
Developed by Brandon High