[ALOY-1173] Add functionality from alloy-smelter to Alloy
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-12-31T15:26:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Tooling |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2014-10-20T19:44:37.000+0000 |
Updated | 2014-12-31T15:44:07.000+0000 |
Description
The https://github.com/k0sukey/alloy-smelter offers some nice capabilities that should perhaps be included in Alloy itself. For example, copying/moving/renaming/deleting controllers.
Sub-tickets will be needed to implement the individual features.
Alternately, alloy-smelter could be wrapped, providing "alloy foo" commands that call to smelter.
Community PR from k0sukey https://github.com/appcelerator/alloy/pull/640
Tested PR. Looks good, though there are a couple of small grammatical changes I requested, as well as a change in the way copy/move works if any of the XML/TSS/JS files in a set are missing.
PR merged