Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.73 KB

Gem Version

[STATUS] - Verion 0.1.0 out

DEV-from-CLI

DEV-from-CLI is a command line tool that allows users interact with Dev.to platform from the terminal.

This project was inspired by Oh-My-DEV an Oh-My-Zsh plugin

Usage

Usage: devfromcli <command>

Where <command> is either start or help

  • $ devfromcli start opens the interactive prompt
  • $ devfromcli help displays a help page

DEMO

!Live Demo

Installation

devfromcli is a registered ruby gem and can be installed by running $ gem install devfromcli

TESTING LOCALLY

To be able to use this you need the following prerequisite

When you've got all three pre-requisite you can proceed with.

  • Cloning this repository $ git clone https://github.com/OPARA-PROSPER/DEV-from-CLI.git
  • Enter the cloned project directory $ cd DEV-from-CLI
  • Run $ bundle install
  • Create a .env file and copy the details from .example.env. Add your Dev.to api key API_KEY=<your api key>
  • Run $ ruby dev-from-cli.rb
  • Follow the interactive prompt.

What do you think? Awesome! right?

TODO

  • Update Demo
  • Currently looking to add more features based on what's possible with the current API from Dev.to (it's in BETA)

Contributing

Do you have any ideas or feature integrations or discovered bugs? You're welcome to send in a PR