@ls-apis/cli 0.0.0 → 0.0.2

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 CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  ### Public APIs Discovery for Humans & Agents
4
4
 
5
- A curated collection of **2,500+ public APIs** with a powerful CLI search tool. Discover, filter, and explore APIs by category, authentication type.
5
+ A curated collection of **4,300+ public APIs** with a powerful CLI search tool. Discover, filter, and explore APIs by category, authentication type.
6
6
 
7
7
  ## Features
8
8
 
9
- - **Comprehensive Dataset** - 4,500+ APIs aggregated from multiple sources
9
+ - **Comprehensive Dataset** - 4,000+ APIs aggregated from multiple sources
10
10
  - **Smart Search** - Filter by query, category, authentication type
11
11
  - **Colored Output** - Syntax-highlighted results (use `--no-color` to disable)
12
12
  - **Multiple Output Formats** - Text or JSON output
@@ -70,8 +70,18 @@ npx ls-apis categories --output json
70
70
  | ------------ | ----------------------------------- |
71
71
  | `categories` | List all API categories with counts |
72
72
  | `providers` | List all data providers |
73
+ | `config` | Show config settings and file path |
74
+ | `qa` | Run QA checks (terminal summary) |
73
75
 
74
- ### Categories Options
76
+ ```bash
77
+ # Run QA via CLI
78
+ npx ls-apis qa
79
+
80
+ # Save QA report to custom path
81
+ npx ls-apis qa -f ./my-report.json
82
+ ```
83
+
84
+ ### QA Options
75
85
 
76
86
  | Flag | Alias | Description |
77
87
  | ---------- | ----- | ----------------------------------- |