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.shCreate a new ConnectIQ app project
iqinit -t app MyAwesomeAppCreate a new ConnectIQ watch face project
iqinit -t face MyAwesomeWatchFaceRun current project in the default (fenix5plus) simulator
cd MyAwesomeApp
mc && mdRun current project in another simulator
CIQ_TARGET=marqcaptain
mc && mdRun current project's tests in the default simulator
mc -t && md -tAnother way to run tests
iqtestCompile test releases for all devices
iqbetaCompile a file to be uploaded to the ConnectIQ Store
iqcompile