devtocli
v1.5.0
Published
A simple package to let you use Dev.to in Terminal
Downloads
12
Readme
Dev.to CLI
Wanted to get Dev.to on your terminal? Ahoy! now you can.
Usage
1. Check the top posts
You can get top posts from the Dev.to feed in your terminal using:
devto
2. Check top posts by tag
Easy post search using the tag, you can use
devto tag javascript
if you don't know the keyword, you can use the search tag feature using
devto tag
3. Check recent posts by any author
You can check 5 most recent posts of any author using
devto author sarthology
4. Check top posts
You can check top posts on Dev.to using
devto top
If you want top posts for a specific timeframe, just type in
devto top week
There are several options like week
month
year
infinity
. If you want to see the options just type
5. Search top posts by a keyword
Use the powerful search feature to find posts using keywords
devto search sarthology
With this, you can even search posts using a tag, author name, title... basically anything.
6. Check latest posts on Dev.to
You can also see the latest posts on Dev.to using
devto latest
Prerequisites
Before running this locally you must have these installed
Installing
It's built in node so the process to start this is really easy
npm install devtocli -g
devto
That's it, you will see it running in your terminal.
Contributing
Feel free to contribute to this project and treat it like your own. 😊
License
Authors
Acknowledgments
Thanks Dev.to👩🏻💻👨🏻💻, for being a massively inspiring platform.