shipthis 0.1.24 → 0.1.26
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 +25 -16
- package/docs/assets/ship-outputx0.8.gif +0 -0
- package/package.json +1 -1
- package/bin/readme.sh +0 -15
- package/npm-shrinkwrap.json +0 -14011
- package/oclif.manifest.json +0 -2286
package/README.md
CHANGED
|
@@ -23,11 +23,35 @@
|
|
|
23
23
|
</picture>
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
|
-
---
|
|
27
26
|
|
|
28
27
|
> [!IMPORTANT]
|
|
29
28
|
> ShipThis is in open beta. While in beta, it is completely free to use.
|
|
30
29
|
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<details>
|
|
34
|
+
<summary><strong>Watch: Set up ShipThis for iOS</strong></summary>
|
|
35
|
+
|
|
36
|
+
<p align="center">
|
|
37
|
+
<a href="https://www.youtube.com/watch?v=ijTUFVk1duw" target="_blank">
|
|
38
|
+
<img src="https://img.youtube.com/vi/ijTUFVk1duw/0.jpg" alt="Watch the iOS setup video" width="640" height="480">
|
|
39
|
+
</a>
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
</details>
|
|
43
|
+
<details>
|
|
44
|
+
<summary><strong>Watch: Set up ShipThis for Android</strong></summary>
|
|
45
|
+
|
|
46
|
+
<p align="center">
|
|
47
|
+
<picture>
|
|
48
|
+
<img height="431" width="672" alt="ShipThis Command - Android Wizard - published game" src="docs/assets/wizard-android-existingx0.5.gif">
|
|
49
|
+
</picture>
|
|
50
|
+
</p>
|
|
51
|
+
|
|
52
|
+
</details>
|
|
53
|
+
|
|
54
|
+
|
|
31
55
|
## ❓ Why use ShipThis?
|
|
32
56
|
|
|
33
57
|
- **✅ Always a free tier** – Enough usage for most solo devs.
|
|
@@ -73,21 +97,6 @@ Next, run the [wizard command](https://shipth.is/docs/reference/game/wizard) to
|
|
|
73
97
|
shipthis game wizard android
|
|
74
98
|
```
|
|
75
99
|
|
|
76
|
-
<details>
|
|
77
|
-
<summary>Watch: Android wizard run for a published Google Play game</summary>
|
|
78
|
-
|
|
79
|
-
<p align="center">
|
|
80
|
-
<picture>
|
|
81
|
-
<img height="431" width="672" alt="ShipThis Command - Android Wizard - published game" src="docs/assets/wizard-android-existingx0.5.gif">
|
|
82
|
-
</picture>
|
|
83
|
-
</p>
|
|
84
|
-
|
|
85
|
-
The wizard will ask if you would like to import an existing Keystore. You will need the password and path to the JKS file.
|
|
86
|
-
|
|
87
|
-
If your game is already published on Google Play, the wizard will skip the initial build upload step. Once you have connected ShipThis with Google, the wizard will be able to determine if the game exists in Google Play.
|
|
88
|
-
|
|
89
|
-
</details>
|
|
90
|
-
|
|
91
100
|
### Set up an iOS game
|
|
92
101
|
|
|
93
102
|
```bash
|
|
Binary file
|
package/package.json
CHANGED
package/bin/readme.sh
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
|
|
3
|
-
scriptDir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
4
|
-
|
|
5
|
-
cd $scriptDir/..
|
|
6
|
-
|
|
7
|
-
# We want to avoid overwriting the docs we have manually written
|
|
8
|
-
|
|
9
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/game --notDryRun --overWrite
|
|
10
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/apple/apiKey --notDryRun --overWrite
|
|
11
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/apple/certificate --notDryRun --overWrite
|
|
12
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/login.md --notDryRun --overWrite
|
|
13
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/status.md --notDryRun --overWrite
|
|
14
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/dashboard.md --notDryRun --overWrite
|
|
15
|
-
bin/dev.js internal readme docs/ -d 2 --only docs/help.md --notDryRun --overWrite
|