@iola_adm/iola-cli 0.1.74 → 0.1.76

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 (2) hide show
  1. package/README.md +32 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,37 @@
1
- ![CLI-проект Йошкар-Олы](https://cdn.jsdelivr.net/npm/@iola_adm/iola-cli@latest/docs/assets/readme-header.png)
2
-
3
1
  # iola-cli
4
2
 
3
+ <p align="center">
4
+ <img src="https://cdn.jsdelivr.net/npm/@iola_adm/iola-cli@latest/docs/assets/readme-header.png" alt="CLI-проект Йошкар-Олы" width="100%">
5
+ </p>
6
+
7
+ <p align="center">
8
+ <a href="https://github.com/adm-iola/iola-cli/wiki">Документация</a>
9
+ ·
10
+ <a href="https://github.com/adm-iola/iola-cli/wiki/Установка">Установка</a>
11
+ ·
12
+ <a href="https://github.com/adm-iola/iola-cli/wiki/Первый-запуск">Первый запуск</a>
13
+ ·
14
+ <a href="https://github.com/adm-iola/iola-cli/wiki/AI-профили">AI-профили</a>
15
+ ·
16
+ <a href="https://github.com/adm-iola/iola-cli/wiki/Команды">Команды</a>
17
+ </p>
18
+
19
+ <p align="center">
20
+ <a href="https://www.npmjs.com/package/@iola_adm/iola-cli">
21
+ <img alt="npm version" src="https://img.shields.io/npm/v/@iola_adm/iola-cli?label=npm">
22
+ </a>
23
+ <a href="https://github.com/adm-iola/iola-cli/actions/workflows/ci.yml">
24
+ <img alt="CI" src="https://github.com/adm-iola/iola-cli/actions/workflows/ci.yml/badge.svg">
25
+ </a>
26
+ <a href="https://github.com/adm-iola/iola-cli/actions/workflows/npm-publish.yml">
27
+ <img alt="npm publish" src="https://github.com/adm-iola/iola-cli/actions/workflows/npm-publish.yml/badge.svg?event=release">
28
+ </a>
29
+ <a href="https://github.com/adm-iola/iola-cli/blob/main/LICENSE">
30
+ <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg">
31
+ </a>
32
+ <img alt="Node.js 22.5+" src="https://img.shields.io/badge/node-22.5%2B-339933">
33
+ </p>
34
+
5
35
  CLI и AI-агент городского округа "Город Йошкар-Ола".
6
36
 
7
37
  Подробная документация: [GitHub Wiki](https://github.com/adm-iola/iola-cli/wiki).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iola_adm/iola-cli",
3
- "version": "0.1.74",
3
+ "version": "0.1.76",
4
4
  "description": "CLI и AI-агент городского округа Йошкар-Ола.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/adm-iola/iola-cli#readme",