Skip to content

leetcode-tools/leetcode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 7, 2019
9c4420d · Oct 7, 2019
Jun 5, 2017
May 8, 2019
Nov 24, 2018
Jan 4, 2018
Mar 2, 2019
Nov 19, 2018
Oct 7, 2019
Sep 17, 2019
Sep 28, 2019
Nov 18, 2018
Nov 25, 2018
Nov 18, 2018
Dec 8, 2016
Apr 13, 2019
Nov 24, 2018
Dec 27, 2017
Aug 16, 2016
Mar 2, 2019
Sep 28, 2019
Sep 28, 2019

Repository files navigation

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

About

A cli tool to enjoy leetcode!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%