Skip to content

bvaughnsulit/leetcode-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode-local

features:

  • download specified problems from leetcode to a local repository
  • submit problems via the command line

installation:

npm i leetcode-local

add the following scripts to your package.json:

// package.json
"scripts": {
  "create": "leetcode-local --create",
  "submit": "leetcode-local --submit"
},
...

usage

// download problem to your local repository
npm run create two-sum

// submit your solution to leetcode
npm run submit two-sum

About

download, complete, and submit leetcode problems from a local repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors