Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Leetcode Cli | 3,450 | 5 | 1 | 20 days ago | 31 | September 29, 2019 | 83 | mit | JavaScript | |
A cli tool to enjoy leetcode! | ||||||||||
Leetgo | 338 | a day ago | 20 | mit | Go | |||||
Best LeetCode friend for geek. :snowboarder: | ||||||||||
Leetcode Cli | 196 | 14 days ago | 49 | July 11, 2022 | 20 | mit | Rust | |||
May the code be with you 👻 | ||||||||||
Leetcode Cli Plugins | 100 | 3 years ago | 18 | mit | JavaScript | |||||
3rd party plugins for leetcode-cli | ||||||||||
Leetup | 76 | a month ago | 15 | mit | Rust | |||||
Command line tool to solve Leetcode problems. Leet it up!! | ||||||||||
Leetcode Site Generator | 76 | 1 | 2 years ago | 16 | September 19, 2020 | mit | JavaScript | |||
Generate your personal LeetCode website with one command! | ||||||||||
Awesome Ebooks | 71 | 10 months ago | ||||||||
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中... | ||||||||||
Lctool | 20 | 6 years ago | 3 | Python | ||||||
Leetcode command line tool | ||||||||||
Ileetcode Ios | 16 | 10 months ago | other | Swift | ||||||
iLeetcode question bank app | ||||||||||
Leetcode Disc | 11 | 5 months ago | 7 | JavaScript | ||||||
💬 Discord bot that posts a random leetcode question based on custom commands. Used in over 200+ servers! |
A productive cli tool to enjoy leetcode!
Great thanks to leetcode.com, a really awesome website!
⦙ Releases ⦙ Install ⦙ Docs ⦙ Commands ⦙ Advanced ⦙ Plugins ⦙
Read help first $ leetcode help
Login with your leetcode account $ leetcode user -l
Browse all questions $ leetcode list
Choose one question $ leetcode show 1 -g -l cpp
Coding it!
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
Submit final solution! $ leetcode submit ./two-sum.cpp