@polza-ai/yandex-tracker-cli 0.1.1 → 0.1.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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ CLI для [Yandex Tracker](https://tracker.yandex.ru/) — для людей и
|
|
|
7
7
|
## Установка
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g yandex-tracker-cli
|
|
10
|
+
npm install -g @polza-ai/yandex-tracker-cli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Или из исходников:
|
|
@@ -138,3 +138,11 @@ tracker time BACKEND-123 log 2h30m
|
|
|
138
138
|
## Лицензия
|
|
139
139
|
|
|
140
140
|
MIT
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
<p align="center">
|
|
145
|
+
Сделано в <a href="https://polza.ai">polza.ai</a> — платформа №1 для работы с LLM в России.
|
|
146
|
+
<br>
|
|
147
|
+
Все модели, один API, без VPN.
|
|
148
|
+
</p>
|