3rd party plugins for leetcode-cli.
Plugin | Description | Enhanced Commands |
---|---|---|
company | Filter questions by company | list |
cpp.lint | C++ code syntax check | test |
cpp.run | Test C++ code locally | test |
github | Commit accpeted code to GitHub | submit |
lintcode | Fight questions from lintcode.com | list show test submit user |
solution.discuss | Fetch top voted solution | show |
You can install the plugins in either ways below:
Install from GitHub:
$ leetcode plugin -i <plugin name>
Example
$ leetcode plugin -i company
Install from local file:
$ leetcode plugin -i <filepath/plugin.js>
To manage the installed plugins, please check leetcode-cli's user guide.
Some plugins could be configured with your customized options.
Check leetcode-cli's configuration for more details.