top of page

General Discussions

Public·389 members

Codequest CLI

Hi folks, I have been learning Go and decided to create a code challenges CLI that I can use with my favourite code editor (Vim/Neovim, you can use your favourite too 🙂). I heavily used Claude Code to help out with the CLI setup and create basic github workflow setup with tags and releases and creating different binaries for Linux/MacOs/Windows and its being very interesting and great to use AI as a teacher. If you want to give it a try and test codequest CLI here's the github repo link https://github.com/crisecheverria/codequest I only tested on MacOs and would be nice to have feedback on Linux & Windows. The codequest CLI has challenges for Go, JavaScript, Python that you can solve and test to see if they pass. ``` codequest list codequest fetch challenge-python-slug cd challenge-python-slug vim solution.py codequest test ``` best,

68 Views
Unknown member
Jul 08, 2025

Wow this is interesting. Interested to know, is codequest a platform and your cli basically fetches the problems to local to solve?

What usecases you can see for employers?

bottom of page