Create a Project
Create a Project
To create a project in Python, type the following:
app create:project [directory] [project_name] python
For example:
app create:project . myproject python
Running this command will create a new Appcelerator Python project in ./myproject.