|
1 | 1 | # leetcode-cli
|
2 | 2 |
|
3 | 3 | [](https://www.npmjs.com/package/leetcode-cli)
|
| 4 | +[](https://github.com/skygragon/leetcode-cli/releases) |
4 | 5 | [](https://github.com/skygragon/leetcode-cli/blob/master/LICENSE)
|
5 | 6 | [](https://travis-ci.org/skygragon/leetcode-cli)
|
6 | 7 | [](https://gitter.im/skygragon/leetcode-cli)
|
7 | 8 |
|
8 | 9 | A cli tool to enjoy leetcode!
|
9 | 10 |
|
10 |
| -Great thanks to leetcode.com, an really awesome website! |
| 11 | +Great thanks to leetcode.com, a really awesome website! |
11 | 12 |
|
12 | 13 | ## What can it do?
|
13 | 14 |
|
14 | 15 | * A very [**EFFICIENT**](#quick-start) way to fight problems.
|
15 |
| -* [**CACHING**](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md#cache) problems locally thus you can easily navigate & think it offline. |
| 16 | +* [**CACHING**](https://skygragon.github.io/leetcode-cli/advanced#cache) problems locally thus you can easily navigate & think it offline. |
16 | 17 | * Do everything in **CLI**, no one even knows you are doing leetcode :p
|
17 |
| -* [**GENERATING**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#show) source code template for further coding. |
18 |
| -* Support live [**TEST**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#test) and [**SUBMIT**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#submit) againts leetcode.com. |
19 |
| -* [**AUTO LOGIN**](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md#auto-login) among multiple sessions with single leetcode account. |
20 |
| -* Retrieve your previous [**SUBMISSION**](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md#submission) thus you can easily backup and manage your code. |
| 18 | +* [**GENERATING**](https://skygragon.github.io/leetcode-cli/commands#show) source code template for further coding. |
| 19 | +* Support live [**TEST**](https://skygragon.github.io/leetcode-cli/commands#test) and [**SUBMIT**](https://skygragon.github.io/leetcode-cli/commands#submit) againts leetcode.com. |
| 20 | +* [**AUTO LOGIN**](https://skygragon.github.io/leetcode-cli/advanced#auto-login) among multiple sessions with single leetcode account. |
| 21 | +* Retrieve your previous [**SUBMISSION**](https://skygragon.github.io/leetcode-cli/commands#submission) thus you can easily backup and manage your code. |
21 | 22 |
|
22 | 23 | ## Demo
|
23 | 24 |
|
@@ -57,7 +58,6 @@ From source code:
|
57 | 58 | Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
|
58 | 59 | Submit final solution! $ leetcode submit ./two-sum.cpp
|
59 | 60 |
|
60 |
| -## There is More... |
| 61 | +## Documentation |
61 | 62 |
|
62 |
| -* [Commands Tutorial](https://github.com/skygragon/leetcode-cli/blob/master/doc/commands.md) |
63 |
| -* [Advanced Tips](https://github.com/skygragon/leetcode-cli/blob/master/doc/advanced.md) |
| 63 | +* https://skygragon.github.io/leetcode-cli/ |
0 commit comments