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: all) and then convert it into an Alloy project.
You can also use the Atom package ti-create
It will create a new project inside the folder that is open in the tree-view. 'Create controller/widget' only works inside an existing Alloy project ("Open folder" — select the project folder).
source: https://github.com/m1ga/titanium_with_atom#create-your-first-app