[STATUS] - Verion 0.1.0 out
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: devfromcli <command>
Where <command> is either start
or help
$ devfromcli start
opens the interactive prompt$ devfromcli help
displays a help page
devfromcli is a registered ruby gem and can be installed by running $ gem install devfromcli
To be able to use this you need the following prerequisite
- A working Ruby installation. Confirm by running
$ ruby -v
- Bundler
$ bundler -v
- DEV.to API key. Follow the instructions here
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?
- Update Demo
- Currently looking to add more features based on what's possible with the current API from Dev.to (it's in BETA)
Do you have any ideas or feature integrations or discovered bugs? You're welcome to send in a PR