codewars
codewars copied to clipboard
A missing command line client for Codewars API
When I check out the documentation in the CLI it says that only JavaScript and Ruby are supported. Are there any plans to add other languages (Python) to the supported...
I have added commandjs and replaced the old cli system. Everythings seems to work fine
When I train this kata (an example, they all have the same problem). ``` { "_data": { "success": true, "name": "Square(n) Sum", "slug": "square-n-sum", "description": "Complete the `squareSum`/`square_sum`/`SquareSum` method so...
`codewars submit` should only work for verified and correct solutions and it should throw errors otherwise.