Skip to content

leetcode-tools/leetcode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 19, 2018
1cee26c · Jan 19, 2018
Jun 5, 2017
Dec 27, 2017
Jan 4, 2018
Jan 19, 2018
Jan 6, 2018
Jan 18, 2018
Jan 1, 2018
Jan 12, 2018
Dec 27, 2017
Jan 2, 2018
Jul 24, 2017
Dec 8, 2016
Aug 22, 2016
Dec 27, 2017
Aug 16, 2016
Jan 14, 2018
Jan 19, 2018

Repository files navigation

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

leetcode-cli

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%