Project

daygram

0.0
No release in over 3 years
Low commit activity in last 3 years
For interacting with Daygram for Android sqlite DBs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 8.1
~> 0.10
~> 0.1
~> 11.0
~> 4.5
~> 3.5
~> 0.45

Runtime

~> 0.3
~> 4.4
~> 1.3
~> 0.19
thor_plus
~> 4.1
 Project Readme

Daygram

Gem Version Code Climate GPA Code Climate Coverage Travis CI Status

Table of Contents

  • Features
  • Requirements
  • Setup
  • Usage
  • Tests
  • Versioning
  • Code of Conduct
  • Contributions
  • License
  • History
  • Credits

Features

Requirements

  1. Ruby 2.3.1

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 (c) 2016 Brandon High. Read LICENSE for details.

History

Read CHANGES for details. Built with Gemsmith.

Credits

Developed by Brandon High