shipthis
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

ShipThis is a command line tool which manages building and uploading your Godot mobile games to the Apple App Store and Google Play. Designed to compile and upload your Godot games in the cloud, meaning you do not need to install or run Xcode or Android Studio to release an iOS or Android game.


⚡️ Quick start

What you'll need

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.

Commands

  • dashboard - Opens the web browser to your shipthis.cc dashboard
  • login - Signin or create a new account
  • status - Display your overall ShipThis account status
  • help - Display help for a specific topic or command

Package Sidebar

Install

npm i shipthis

Homepage

shipth.is

Weekly Downloads

300

Version

0.1.4

License

MIT

Unpacked Size

984 kB

Total Files

164

Last publish

Collaborators

  • shipthis-david