go-compose

command
v0.1.89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2026 License: MIT Imports: 5 Imported by: 0

README

go-compose CLI

The go-compose command provides multiplatform build and serve tools for GoCompose applications.

Installation

go install github.com/zodimo/go-compose/cmd/go-compose@latest

Or from source:

cd cmd/go-compose
go install .

Usage

Web (WASM)

Serve your application locally with hot-reload support (future):

go-compose serve -http :8080 ./cmd/demo/kitchen

Build for production (generates dist/ with main.wasm, index.html, and wasm_exec.js):

go-compose build -target js -o dist ./cmd/demo/kitchen
Android

Build an APK:

go-compose build -target android -o myapp.apk ./cmd/demo/kitchen

Requirements:

  • ANDROID_HOME environment variable must be set.
  • Android NDK and SDK Build Tools must be installed.
Desktop

Build for the current OS:

go-compose build -target desktop -o myapp ./cmd/demo/kitchen

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL