Skip to content

epicseven-cup/leetcode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-cli

cli tool to get leetcode daily question

Example Usage:

leetcode-cli daily go
leetcode-cli daily python

Install

  1. You will need to install go on your machine: https://go.dev/doc/install
  2. Setup GOPATH

Add the following to your shell config

export PATH=${PATH}:$HOME/go/bin

More information: https://go.dev/wiki/GOPATH#gopath-variable

  1. Install the binary
go install github.com/epicseven-cup/leetcode-cli@latest

There could be delays between the Goproxy and GitHub binarys, you can use the direct setup

GOPROXY=direct go install github.com/epicseven-cup/leetcode-cli@latest

About

Creating a leetcode project template folder with unit test through simple command lines

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages