@carlelieser/nexus-cli 0.1.3 → 0.1.4

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,12 @@
3
3
  Enables automated downloads of individual mods and collections from [Nexus](https://nexusmods.com) without a premium
4
4
  subscription.
5
5
 
6
+ ![nexus downloading a collection](https://raw.githubusercontent.com/carlelieser/nexus-cli/main/docs/demo.png)
7
+
8
+ > **Note:** this does not unlock premium download speeds. It uses the same free
9
+ > "slow download" the website gives you — it just saves you from clicking
10
+ > through every mod and collection by hand.
11
+
6
12
  ## Install
7
13
 
8
14
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlelieser/nexus-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Unofficial CLI for non-premium Nexus users.",
5
5
  "type": "module",
6
6
  "bin": {