Skip to content

Helper scripts for developing Garmin ConnectIQ apps using command line

License

Notifications You must be signed in to change notification settings

samuelmr/ciq-scripts

Repository files navigation

ConnectIQ helper scripts

Install

Clone this repository to your home directory and run the create script in that directory.

git clone https://github.com/samuelmr/ciq-scripts ~/ciq-scripts
cd ~/ciq-scripts
./create-connectiq-shortcuts.sh

Usage

Create a new ConnectIQ app project

iqinit -t app MyAwesomeApp

Create a new ConnectIQ watch face project

iqinit -t face MyAwesomeWatchFace

Run current project in the default (fenix5plus) simulator

cd MyAwesomeApp
mc && md

Run current project in another simulator

CIQ_TARGET=marqcaptain
mc && md

Run current project's tests in the default simulator

mc -t && md -t

Another way to run tests

iqtest

Compile test releases for all devices

iqbeta

Compile a file to be uploaded to the ConnectIQ Store

iqcompile

About

Helper scripts for developing Garmin ConnectIQ apps using command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages