DevTo
CLI GEM¶ ↑
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¶ ↑
-
Fork it ( github.com/PRbsas/devto-cli-gem/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
License¶ ↑
The gem is available as open source under the terms of the MIT License.