alloy
Version:
TiDev Titanium MVC Framework
27 lines (17 loc) • 1.39 kB
Plain Text
Welcome to Alloy. Prepare to be amazed.
=======================================
Alloy for Titanium provides you, the developer, with the ability to run fast, jump high and generally code like an amazing superstar.
Codestrong!
-------------------------
Here's how your Alloy directory is laid out.
models your model files go here
controllers your controllers files go here
views yep, the views go here. you're getting it
styles your style (.tss) files for your views go here
assets All files here will be deployed into Resources
Folders not generated by Alloy automatically, but the developer can create and use.
lib put your own libraries here and use require('name') to load it
migrations generated model migrations go here
widgets pre-built, reusable components for your Alloy apps.
In the root are the alloy.jmk file and config.json files. Alloy.jmk acts like a makefile and can be used to hook into the Alloy compiler to customize the build process. The config.json file is where you can declare runtime constants, and widget dependencies.
You'll also find a .vscode directory in your project root. It contains a settings.json file that hides folders that shouldn't be edited when developing Alloy applications. If you wish to see those folders then you can edit that file.