Skip to content

Command Line Interface

Every command reports a failure as [inca] <command> failed (<code>): … — see Error Codes for what each one means.

inca dev

Watches your app and opens a live-reloading window, reloading on every change.

Usage

sh
inca dev

inca build

Bundles your app for production, once, with no window opened. See Building for Production.

Usage

sh
inca build

inca package

Builds your app, then packages it with a prebuilt inca-host into a distributable application: a .app on macOS, a plain directory on Linux. See Building for Production.

Usage

sh
inca package

Environment Variables

VariableDescription
INCA_HOST_BINPath to a specific inca-host binary, used by dev and package in place of automatic resolution — e.g. on a custom or unpublished build.

Released under the MIT or Apache-2.0 license.