A leetcode CLI for building self lc repo



leetcode unofficial CLI to make your own LC repo
inspired by leetcode-cli
``shell`
npm install -g lcool
`bash``
$ lcool [command] [options]
+ [x] Init GitHub Repo
+ [x] Generate Questions
+ [x] Today
+ [x] Random
+ [ ] List question by tag/type
+ [ ] Generate README file (solution report)
+ [x] Statistic Data
+ [ ] Visual Chart
+ [x] Question List
+ [ ] Languages support
+ [x] JavaScript
+ [ ] TypeScript
+ [ ] Submit solutions
+ [ ] Test solutions
+ [x] Local
+ [ ] Official Online
+ [ ] Multiple solutions support