Create Command
This command creates a new Rapid project.
rapid create <project name> [arguments]
Example:
# create a new project named "cool_app" supporting no platforms
rapid create cool_app
# create a new project named "cool_app" supporting ios and web platforms
rapid create cool_app --ios --web