@umastro12/mino 0.0.1 → 0.0.3
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 +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 💻 Mino — Personal Developer AI
|
|
1
|
+
# 💻 Mino — Personal Developer AI Assistant
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<img src="mino_banner.png" alt="Mino" width="300">
|
|
@@ -20,9 +20,7 @@ An AI Assistent that help developers directly into the terminal, with the power
|
|
|
20
20
|
### Quick Install
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
npm
|
|
24
|
-
Or...
|
|
25
|
-
bun add openmino
|
|
23
|
+
npm i @umastro12/mino
|
|
26
24
|
```
|
|
27
25
|
|
|
28
26
|
After installation, the `mino` command is available globally:
|
|
@@ -68,4 +66,4 @@ mino update install # - Install a avaialable update
|
|
|
68
66
|
---
|
|
69
67
|
|
|
70
68
|
<h3 align=center>Developed with ❤️ by OpenMino and Astro</h3>
|
|
71
|
-
<p align=center><strong>Version 0.0.
|
|
69
|
+
<p align=center><strong>Version 0.0.3 · 20+ Tests passing · 1 AI Model</strong></p>
|