8
CristCD
6y

I recently started a new job and wanted a way to use devrant on the office. Jsrant and xmlrant both work well but I wanted something on the cmd. There are some options, but what I found relied on npm or python, which I don't have installed on the company pc.

So to browse devrant on any platform and without having to install anything, I made this simple thing using .net core. I used an existing library (GitHub.com/olegrumiancev/devRantNetCore) so that's most of the work.

It's a really stupid app and I made it for my personal use but I'll share it here in case someone else finds it useful.

github.com/CristoferCD/devrant-cli

There are compiled packages for Windows and Linux as a release.

Comments
Add Comment