Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.98 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.98 KB

npm version Releases license Build Join chat at https://gitter.im/skygragon/leetcode-cli

leetcode-cli

Note: This repository is forked from leetcode-cli for temporary usage.

A productive cli tool to enjoy leetcode!

Great thanks to leetcode.com, a really awesome website!

ReleasesInstallDocsCommandsAdvancedPlugins

Screenshot

Quick Start

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