grab-url 1.6.15 → 1.6.16

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 +23 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,36 +1,28 @@
1
1
  <p align="center">
2
- <img width="400px" src="https://i.imgur.com/RH80JGZ.png" />
3
- </p>
4
-
5
- <p align="center">
6
-
7
- <a href="https://discord.gg/SJdBqBz3tV"><img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat" alt="Join Discord" /></a>
8
- <a href="https://github.com/vtempest/GRAB-URL/actions/workflows/tests.yml">
9
- <img src="https://github.com/vtempest/GRAB-URL/actions/workflows/tests.yml/badge.svg" alt="Build Status" />
10
- </a>
11
- <a href="https://github.com/vtempest/GRAB-URL/discussions">
12
- <img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/GRAB-URL" /></a>
13
- <a href="https://npmjs.org/package/grab-url"><img alt="NPM Version" src="https://img.shields.io/npm/v/grab-url" /></a>
14
- <a href="https://github.com/vtempest/GRAB-URL/discussions"><img alt="GitHub Discussions"
15
- src="https://img.shields.io/github/discussions/vtempest/GRAB-URL" /></a>
16
- <a href="https://github.blog/developer-skills/github/beginners-guide-to-github-creating-a-pull-request/"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"/></a>
17
- <a href="https://codespaces.new/vtempest/GRAB-URL"><img src="https://github.com/codespaces/badge.svg" width="150" height="20"/></a>
18
- <a href="https://bundlephobia.com/package/grab-url"><img src="https://img.shields.io/bundlephobia/minzip/grab-url" /></a>
19
-
20
- </p>
2
+ <img width="350px" src="https://i.imgur.com/RH80JGZ.png" />
21
3
  <h3 align="center">
22
- <a href="https://grab.js.org"> 📑 Docs </a>
23
- <a href="https://grab.js.org/docs/examples"> 🎯 Example Strategies </a>
4
+ <a href="https://grab.js.org">📑 Docs</a>
5
+ <a href="https://grab.js.org/docs/examples">🎯 Examples</a>
24
6
  </h3>
7
+ <p align="center">
8
+ <a href="https://discord.gg/SJdBqBz3tV"><img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
9
+ alt="Join Discord" /></a>
10
+ <a href="https://github.com/vtempest/GRAB-URL/discussions"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/GRAB-URL" /></a>
11
+ <a href="https://github.com/vtempest/GRAB-URL/discussions"><img alt="GitHub Discussions"
12
+ src="https://img.shields.io/github/discussions/vtempest/GRAB-URL" /></a>
13
+ <br />
14
+ <a href="https://github.com/vtempest/GRAB-URL/pulse"><img src="https://img.shields.io/github/commit-activity/m/vtempest/GRAB-URL" alt="Activity" /></a>
15
+ <a href="https://github.com/vtempest/GRAB-URL/commits/master/"><img src="https://img.shields.io/github/last-commit/vtempest/GRAB-URL.svg" alt="GitHub last commit" /></a>
16
+ <br />
17
+ <img src="https://img.shields.io/badge/Claude-D97757?logo=claude&logoColor=fff" alt="Claude AI">
18
+ <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
19
+ <a href="https://codespaces.new/vtempest/GRAB-URL"><img src="https://github.com/codespaces/badge.svg" width="150" height="20" alt="GitHub Codespaces" /></a>
20
+ </p>
25
21
 
26
22
  ```bash
27
23
  npm i grab-url
28
24
  ```
29
25
 
30
- ```bash
31
- npx grab-url https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
32
- ```
33
-
34
26
  ### GRAB: Generate Request to API from Browser
35
27
 
36
28
  1. **GRAB is the FBEST Request Manager: Functionally Brilliant, Elegantly Simple Tool**: One Function, no dependencies, minimalist syntax, [more features than alternatives](https://grab.js.org/docs/Comparisons)
@@ -56,6 +48,12 @@ npx grab-url https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd6
56
48
 
57
49
  ### Examples
58
50
 
51
+ **CLI File Downloader**
52
+ ```bash
53
+ npx grab-url https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso
54
+ ```
55
+
56
+
59
57
  ```typescript
60
58
  import grab from 'grab-url';
61
59
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "grab-url",
3
3
  "description": "Generate Request to API from Browser",
4
4
  "type": "module",
5
- "version": "1.6.15",
5
+ "version": "1.6.16",
6
6
  "packageManager": "bun@1.3.10",
7
7
  "author": "vtempest",
8
8
  "license": "rights.institute/prosper",