methodalgo-cli 1.0.1 → 1.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 +11 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
# 🚀 Methodalgo CLI
|
|
4
|
+
`methodalgo-cli` is an ultra-fast, professional L2 signals & tools terminal based on Node.js. Specially designed for traders and AI agents, it allows users to quickly obtain cryptocurrency market snapshots, news, and signals with deep optimization for LLM workflows.
|
|
4
5
|
|
|
5
6
|
[English](#english) | [中文](#中文)
|
|
7
|
+
|
|
8
|
+
[](https://opensource.org/licenses/ISC)
|
|
9
|
+

|
|
10
|
+
|
|
6
11
|
```text
|
|
7
12
|
▄▄▄ ▄▄▄ ▄▄ ▄▄ ▄▄▄▄ ▄▄
|
|
8
13
|
████▄ ▄████ ██ ██ ██ ▄██▀▀██▄ ██
|
|
@@ -17,11 +22,7 @@
|
|
|
17
22
|
<a name="english"></a>
|
|
18
23
|
## English
|
|
19
24
|
|
|
20
|
-
[](https://opensource.org/licenses/ISC)
|
|
21
|
-

|
|
22
25
|
|
|
23
|
-
### Overview
|
|
24
|
-
`methodalgo-cli` is an ultra-fast, professional L2 signals & tools terminal based on Node.js. Specially designed for traders and AI agents, it allows users to quickly obtain cryptocurrency market snapshots, news, and signals with deep optimization for LLM workflows.
|
|
25
26
|
|
|
26
27
|
### 🚀 Highlights
|
|
27
28
|
|
|
@@ -34,13 +35,13 @@
|
|
|
34
35
|
|
|
35
36
|
### 🛠️ Installation
|
|
36
37
|
|
|
37
|
-
####
|
|
38
|
+
#### Recommended: NPM Global Install
|
|
38
39
|
This is the fastest and easiest way to upgrade. Ensure [Node.js](https://nodejs.org/) (v20+) is installed on your system:
|
|
39
40
|
```bash
|
|
40
41
|
npm install -g methodalgo-cli
|
|
41
42
|
```
|
|
42
43
|
|
|
43
|
-
####
|
|
44
|
+
#### Other Installation Methods
|
|
44
45
|
|
|
45
46
|
**1. Standalone Binary (No Node.js Required)**
|
|
46
47
|
Download the binary for your platform from [Releases](https://github.com/methodalgo/methodalgo-cli/releases). To make it globally accessible:
|
|
@@ -147,13 +148,10 @@ Get multi-language crypto market news filtered by AI.
|
|
|
147
148
|
<a name="中文"></a>
|
|
148
149
|
## 中文
|
|
149
150
|
|
|
150
|
-
|
|
151
|
-

|
|
152
|
-
|
|
153
|
-
### 项目概览
|
|
151
|
+
### 概览
|
|
154
152
|
`methodalgo-cli` 是一个基于 Node.js 开发的极速、专业的加密货币市场 L2 信号与工具终端。它专为交易者与 AI 代理设计,集成了市场快照、新闻与信号抓取,并针对 LLM 工作流进行了深度优化。
|
|
155
153
|
|
|
156
|
-
###
|
|
154
|
+
### 亮点
|
|
157
155
|
|
|
158
156
|
- ⚡ **极致速度**: 基于 Node SEA 打造,启动毫秒级。
|
|
159
157
|
- 🖼️ **终端绘图**: 深度适配 iTerm2,无需离开终端即可预览截图。
|
|
@@ -164,13 +162,13 @@ Get multi-language crypto market news filtered by AI.
|
|
|
164
162
|
|
|
165
163
|
### 🛠️ 安装指南
|
|
166
164
|
|
|
167
|
-
####
|
|
165
|
+
#### 推荐:NPM 全局安装
|
|
168
166
|
这是最快速、最易于升级的方式。确保您的系统已安装 [Node.js](https://nodejs.org/) (v20+):
|
|
169
167
|
```bash
|
|
170
168
|
npm install -g methodalgo-cli
|
|
171
169
|
```
|
|
172
170
|
|
|
173
|
-
####
|
|
171
|
+
#### 其他安装方式
|
|
174
172
|
|
|
175
173
|
**1. 独立二进制版 (无需 Node.js)**
|
|
176
174
|
从 [Releases](https://github.com/methodalgo/methodalgo-cli/releases) 下载对应平台的二进制文件。为了全局调用,建议:
|