UNPKG

970 BMarkdownView Raw
1# lcool
2
3[![NPM Version](http://img.shields.io/npm/v/lcool.svg?style=flat)](https://www.npmjs.org/package/lcool)
4[![NPM Downloads](https://img.shields.io/npm/dm/lcool.svg?style=flat)](https://npmcharts.com/compare/lcool?minimal=true)
5[![Install Size](https://packagephobia.now.sh/badge?p=lcool)](https://packagephobia.now.sh/result?p=lcool)
6
7leetcode unofficial CLI to make your own LC repo
8
9inspired by [leetcode-cli](https://github.com/skygragon/leetcode-cli)
10
11## Install
12
13```shell
14npm install -g lcool
15```
16
17## Usage
18
19```bash
20$ lcool [command] [options]
21```
22
23## Feature
24
25+ [x] Init GitHub Repo
26+ [x] Generate Questions
27 + [x] Today
28 + [x] Random
29+ [ ] List question by tag/type
30+ [ ] Generate README file (solution report)
31 + [x] Statistic Data
32 + [ ] Visual Chart
33 + [x] Question List
34+ [ ] Languages support
35 + [x] JavaScript
36 + [ ] TypeScript
37+ [ ] Submit solutions
38+ [ ] Test solutions
39 + [x] Local
40 + [ ] Official Online
41+ [ ] Multiple solutions support