Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 339 Bytes

File metadata and controls

9 lines (6 loc) · 339 Bytes

Leetcode Repo Maker

CLI tool to automatically create a github repo from all your leetcode submissions

Current limitations

  • May run into rate limiting issues if you have a large amount of submissions
  • Don't have all the language names to extensions in the lookup table
  • Does not actually run git init or push the repo or anything