UNPKG

856 BMarkdownView Raw
1The Alloy folder contains the scripts used to compile an app.
2
3Files:
4
5* alloy.js -- the main entry point for Alloy
6* logger.js -- logging class
7* tiapp.js -- parser for the tiapp.xml file
8* utils.js -- utilities and helpers
9
10Directories:
11
12* builtins -- scripts, such as moment or animation, that are available to app develpers to use within their Alloy projects
13* commands -- Alloy's sub-commands, such as `alloy compile`
14* common -- constants used within Alloy, such as base file names, file extensions, lists of platform-specific tags to be handled specially, etc.
15* grammar -- TSS parsing helpers
16* lib -- client-side libraries, such as the primary alloy.js client library and sync adapters
17* plugin -- python plug-in for older CLI versions
18* template -- templates for components created by `alloy generate` or for use by parsers when generating code
19