# lcool

[![NPM Version](http://img.shields.io/npm/v/lcool.svg?style=flat)](https://www.npmjs.org/package/lcool)
[![NPM Downloads](https://img.shields.io/npm/dm/lcool.svg?style=flat)](https://npmcharts.com/compare/lcool?minimal=true)
[![Install Size](https://packagephobia.now.sh/badge?p=lcool)](https://packagephobia.now.sh/result?p=lcool)

leetcode unofficial CLI to make your own LC repo

inspired by [leetcode-cli](https://github.com/skygragon/leetcode-cli)

## Install

```shell
npm install -g lcool
```

## Usage

```bash
$ lcool [command] [options]
```

## Feature

+ [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
