@night-slayer18/leetcode-cli 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/index.js +229 -3988
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -4,8 +4,13 @@ A modern, feature-rich LeetCode CLI built with TypeScript.
|
|
|
4
4
|
|
|
5
5
|
[](https://github.com/night-slayer18/leetcode-cli/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
|
|
7
|
+
[](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
|
|
8
|
+
[](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
|
|
9
|
+
[](https://www.typescriptlang.org/)
|
|
7
10
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
8
11
|
|
|
12
|
+
<kbd><img src="https://github.com/night-slayer18/leetcode-cli/raw/main/docs/demo.gif"/></kbd>
|
|
13
|
+
|
|
9
14
|
## Features
|
|
10
15
|
|
|
11
16
|
- 🔐 **Cookie-based authentication** - Secure login using browser cookies
|
|
@@ -23,11 +28,15 @@ A modern, feature-rich LeetCode CLI built with TypeScript.
|
|
|
23
28
|
- ⚙️ **Configurable** - Set language, editor, and working directory
|
|
24
29
|
- 📂 **Smart file discovery** - Use problem ID, filename, or full path
|
|
25
30
|
- 🔄 **Git Sync** - Auto-sync solutions to GitHub/GitLab
|
|
31
|
+
- 🚀 **Auto-update notifications** - Get notified when updates are available
|
|
32
|
+
|
|
26
33
|
|
|
27
34
|
## 📚 Documentation
|
|
28
35
|
|
|
29
36
|
**[View Full Documentation →](https://night-slayer18.github.io/leetcode-cli/)**
|
|
30
37
|
|
|
38
|
+
**[Read the Blog Post →](https://leetcode-cli.hashnode.dev/leetcode-cli)**
|
|
39
|
+
|
|
31
40
|
## Installation
|
|
32
41
|
|
|
33
42
|
```bash
|
|
@@ -82,6 +91,9 @@ leetcode submit 1
|
|
|
82
91
|
| `workspace <cmd>` | Manage workspaces for different contexts |
|
|
83
92
|
| `config` | View or set configuration |
|
|
84
93
|
| `sync` | Sync solutions to Git repository |
|
|
94
|
+
| `update` | Check for CLI updates |
|
|
95
|
+
| `changelog` | View release notes and breaking changes |
|
|
96
|
+
|
|
85
97
|
|
|
86
98
|
## Usage Examples
|
|
87
99
|
|