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
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