Skip to content

regexpressyourself/Leetcode-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Leetcode-cli Wrapper

A simple set of scripts to easily utilize Leetcode CLI.

Scripts are declared in package.json, and work as follows:

  • npm run help: print this menu
  • npm run read problem_number: print the problem's prompt to terminal
  • npm run start problem_number: create and open a javascript file with the prompt and template in place
  • npm run submit problem_number: submit the problem
  • npm run test problem_number test_case: test the problem against a test case string
  • npm run list: list all problems

About

a small wrapper for the leetcode-cli tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages