nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
31 lines (22 loc) • 1.28 kB
Plain Text
Synopsis
nodekit-cli build [PROD] [TARGET] [PLATS] [BUILDCONFIG] [-- POPTS]
PROD: --debug|--release
TARGET: --device|--emulator
PLATS: PLATFORM [...]
BUILDCONFIG: --buildConfig=CONFIGFILE
POPTS: platformopts
Shortcut for `nodekit prepare` + `nodekit compile` for
all/the specified platforms.
--debug ............................ debug build
--release .......................... release build
--device ........................... Build it for a device
--emulator ......................... Build it for an emulator
--buildConfig....................... Use the specified build configuration
instead of default build.json
--browserify ....................... Compile plugin JS at build time using
browserify instead of runtime.
To provide platform specific options, you must include them after `--`.
Example
nodekit-cli build android windows --debug --device
nodekit-cli build android --release --buildConfig=..\myBuildConfig.json
nodekit-cli build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey