Project

dev_to

0.0
No commit activity in last 3 years
No release in over 3 years
Application that provides a Command Line Interface (CLI) to read Posts from The DEV Community, https://dev.to/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 1.6.8, ~> 1.6
~> 0.11.2
~> 10.0
>= 1.3.3, ~> 1.3
~> 3.0

Runtime

~> 0.8.1
 Project Readme

DevTo CLI GEM

Gem Version

This Ruby Gem provides a CLI to view posts from The DEV Community, dev.to. It is published in rubygems.org.

Installation

$ gem install dev_to

Usage

After installing the gem run the command below:

$ devto

Development

To run the development version of the CLI run bundle exec bin/devto

Contributing

  1. Fork it ( https://github.com/PRbsas/devto-cli-gem/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

License

The gem is available as open source under the terms of the MIT License.