@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.
Files changed (3) hide show
  1. package/README.md +12 -0
  2. package/dist/index.js +229 -3988
  3. 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
  [![CI](https://github.com/night-slayer18/leetcode-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/night-slayer18/leetcode-cli/actions/workflows/ci.yml)
6
6
  [![npm version](https://img.shields.io/npm/v/@night-slayer18/leetcode-cli.svg)](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@night-slayer18/leetcode-cli.svg)](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
8
+ [![node](https://img.shields.io/node/v/@night-slayer18/leetcode-cli.svg)](https://www.npmjs.com/package/@night-slayer18/leetcode-cli)
9
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue.svg)](https://www.typescriptlang.org/)
7
10
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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