Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@baoxi/vsc-leetcode-cli

skygragon47MIT2.8.3

A cli tool to enjoy leetcode!

leetcode, cli, command, tool

readme

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. Note: Copy cookie from webbrowser and Using leetcode user -c can temporary fix can't login problem.

A productive cli tool to enjoy leetcode!

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

ReleasesInstallDocsCommandsAdvancedPlugins

  • A very <kbd>EFFICIENT</kbd> way to fight questions.
  • <kbd>CACHING</kbd> questions to ease offline thinking.
  • <kbd>GENERATING</kbd> source code before coding.
  • Live <kbd>TEST</kbd> and <kbd>SUBMIT</kbd> with leetcode.com.
  • Download your previous <kbd>SUBMISSION</kbd>.
  • Trace your coding <kbd>STATUS</kbd>.
  • <kbd>AUTO LOGIN</kbd> among multiple agents with single account.
  • Multiple <kbd>THEMES</kbd> support.
  • More <kbd>PLUGINS</kbd> to enjoy extra features!

Screenshot

<kbd></kbd>

Quick Start

Read help first                           $ leetcode help
Login with your leetcode account          $ leetcode user -l
Login with third party account--GitHub    $ leetcode user -g
Login with third party account--LinkedIn  $ leetcode user -i
Cookie login with cookie                  $ leetcode user -c
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