We are just creating an empty Alloy app using CLI and Atom.
Open a new terminal and add the following:
ti create --id com.test -d . -n APPNAME -p all -t app -u http://migaweb.de
cd APPNAME/
alloy new
This will create a basic app (name: APPNAME, bundle identifier: com.test, type: app, platform...