leetgo

CLI tool for solving LeetCode problems locally with code generation

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for LeetCode

Commands

leetgo

Examples

Initialize a new LeetCode project in current directory$ leetgo init
Fetch and generate code for a specific LeetCode problem$ leetgo pick 1
Test your solution against LeetCode test cases$ leetgo test 1