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