Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

leetcode-tools/leetcode-cli-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-cli-plugins

3rd party plugins for leetcode-cli

Plugin Description
company.js Filter question by company tag.
cpp.lint.js Run cpplint to check syntax before running test.
cpp.run.js Run cpp code locally for debugging purpose.

HOWTO

You can install the plugins in either ways below:

Quick Install

$ leetcode install <plugin file>

Manually Install

Copy the plugin file to the sub folder lib/plugins/ where leetcode-cli installed.

E.g. On Linux/Mac, the path would be like: /usr/local/lib/node_modules/leetcode-cli/lib/plugins/

Tips: You can find the path by running npm, check the last line of the output.

About

3rd party plugins for leetcode-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%