@mostafamohamed18/docker-image-downloader 1.0.0 → 1.0.1
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,16 @@ A modern web application to download Docker images directly from Docker Hub with
|
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
|
-
1.
|
|
12
|
-
2. Install dependencies:
|
|
11
|
+
1. Install the package:
|
|
13
12
|
```bash
|
|
14
|
-
npm
|
|
13
|
+
npm i @mostafamohamed18/docker-image-downloader
|
|
15
14
|
```
|
|
16
15
|
|
|
17
16
|
## Usage
|
|
18
17
|
|
|
19
|
-
1.
|
|
18
|
+
1. Run the package:
|
|
20
19
|
```bash
|
|
21
|
-
|
|
20
|
+
node -e "require('@mostafamohamed18/docker-image-downloader')"
|
|
22
21
|
```
|
|
23
22
|
2. Open your browser and go to:
|
|
24
23
|
[http://localhost:3000](http://localhost:3000)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mostafamohamed18/docker-image-downloader",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A modern web application to download Docker images directly from Docker Hub and Chainguard registries without needing Docker installed.",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"scripts": {
|