shipthis
Version:
ShipThis manages building and uploading your Godot games to the App Store and Google Play.
8 lines (5 loc) • 331 B
JavaScript
#!/usr/bin/env -S /bin/sh -c '"$(dirname "$0")/../node_modules/.bin/tsx" --trace-deprecation --tsconfig "$(dirname "$0")/../tsconfig.json" "$0" "$@"'
// Magic shebang to run TypeScript files with tsx from any directory
// Start the CLI
import {execute} from '@oclif/core'
await execute({development: true, dir: import.meta.url})