An open API service indexing awesome lists of open source software.

https://github.com/kavimaluskam/leetcode-cli

skygragon/leetcode-cli on golang with personal customization
https://github.com/kavimaluskam/leetcode-cli

Last synced: 5 months ago
JSON representation

skygragon/leetcode-cli on golang with personal customization

Awesome Lists containing this project

README

        

# leetcode-cli

A cli tool to fight and organize leetcode questions, inspired by [skygragon/leetcode-cli](https://github.com/skygragon/leetcode-cli)

## Install

`go get github.com/kavimaluskam/leetcode-cli`

## Feature

- `list`: querying leetcode questions with attributes
- `show`: export individual question and descriptions
- `submit/interpret`: submit/test local code to leetcode question
- `user`: leetcode authentication

## TODOs

- testing
- global spinner
- config management
- code/comment enhancement
- package build / ci-cd