UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

9 lines (5 loc) 639 B
## Alloy hooks This directory contains plugins used by the CLI to process Alloy projects: * alloy.js -- This is the main Alloy plugin. This hooks into the CLI at the `build.pre.compile` stage to perform the `alloy compile` operation. The Alloy compile generates the set of files in the Resources directory which the CLI then compiles into the finished app. * deepclean.js -- This hook extends the `ti clean` command for Alloy projects, emptying both the build and Resources directories. For more information on CLI hooks, see the [Titanium CLI Plugins](http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_CLI_Plugins) guide.