[TIMOB-20419] Hyperloop: Generate new Hyperloop-based module in CLI and Studio
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Hyperloop |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2016-02-17T12:57:10.000+0000 |
Updated | 2018-02-28T19:55:08.000+0000 |
Description
This ticket described the required process to create a new Hyperloop module from the CLI and Studio. We need to take care of:
- Creating a new template (appc.js configuration file, directory structure, sample view with commonJS conventions)
- Creating a new option "4) Hyperloop module" when using "ti create"
- Hooking the module configuration file (appc.js) into the Titanium Mobile build process
There is a CSPEC for the template and configuration file available [here](https://github.com/hansemannn/cspec-titanium-hyperloop-modules)
First attempt for a hyperloop-based module structure: https://github.com/hansemannn/hyperloop-module-template. We should discuss this in the next 6.0.0 hangout.
[~ingo] This is fundamental story that needs to be resolved to support Hyperloop modules. Templates etc. can be inserted as soon as this one is finished.
PR: https://github.com/appcelerator/appc-cli/pull/258 (cc [~jhaynie])