shipthis
v0.1.4
Published
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
Downloads
390
Maintainers
Readme
⚡️ Quick start
What you'll need
- A Godot 3.6 or 4.3 game
- Node.js version 18.0 or above
- If you are building an iOS game - an Apple Developer account
- If you are building an Android game - a Play Console developer account
1. Install ShipThis
ShipThis can be installed as a package via the NPM package manager. Run the following at the command line:
npm install -g shipthis
2. Create an account
Set up an account with ShipThis by logging in for the first time using the shipthis login
command.
shipthis login
3. Set up your game
Next, run the wizard command to configure your game on ShipThis. The command takes a platform parameter - this can be either android or ios. Run this command from within a Godot game directory (with a project.godot file):
Set up an Android game
shipthis game wizard android
Set up an iOS game
shipthis game wizard ios
4. Ship
Now you can publish new versions your game to TestFlight or Google Play with the shipthis game ship
command:
shipthis game ship
📖 Command Reference
Topics
- apple - Commands that relate to linking your ShipThis account with your Apple Developer Account
- game - Commands that relate to configuring the specific game in the current working directory.