@mytinyapps/dockerino 0.5.0 → 0.6.0

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,9 +2,9 @@
2
2
 
3
3
  A **Terminal User Interface (TUI)** for Docker. Manage containers, images, and volumes from a beautiful interactive terminal dashboard — no GUI needed.
4
4
 
5
- ![License](https://img.shields.io/github/license/andrea/dockerino)
6
- ![npm](https://img.shields.io/npm/v/dockerino)
7
- ![Node](https://img.shields.io/node/v/dockerino)
5
+ ![License](https://img.shields.io/github/license/andrea-migliaccio/dockerino)
6
+ ![npm](https://img.shields.io/npm/v/@mytinyapps/dockerino)
7
+ ![Node](https://img.shields.io/node/v/@mytinyapps/dockerino)
8
8
 
9
9
  ## Features
10
10
 
@@ -23,7 +23,7 @@ A **Terminal User Interface (TUI)** for Docker. Manage containers, images, and v
23
23
  Run directly without installing:
24
24
 
25
25
  ```bash
26
- npx dockerino
26
+ npx @mytinyapps/dockerino
27
27
  ```
28
28
 
29
29
  ## Installation
@@ -31,7 +31,7 @@ npx dockerino
31
31
  Or install globally:
32
32
 
33
33
  ```bash
34
- npm install -g dockerino
34
+ npm install -g @mytinyapps/dockerino
35
35
  ```
36
36
 
37
37
  ## Requirements
@@ -84,7 +84,7 @@ dockerino
84
84
  ## Development
85
85
 
86
86
  ```bash
87
- git clone https://github.com/andrea/dockerino.git
87
+ git clone https://github.com/andrea-migliaccio/dockerino.git
88
88
  cd dockerino
89
89
  npm install
90
90
  npm run build
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mytinyapps/dockerino",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "TUI for Docker — a graphical terminal interface for managing containers, images, volumes, networks, and compose",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",