[TIMOB-9180] CLI: 'create' builtin for commonJS
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-09-04T15:47:34.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | CLI |
Labels | core |
Reporter | Jeff English |
Assignee | Chris Barber |
Created | 2012-05-20T12:59:59.000+0000 |
Updated | 2017-03-24T18:33:36.000+0000 |
Description
Need to add options for creating commonJS javascript modules. This should include the necessary components for packaging the module:
* build.py script
* documentation folder
* example folder
* LICENSE file
* manifest file
* src folder
* timodule.xml
It may be possible to use the mobileweb option from the current titanium.py with some modifications.
This is part of the new CLI only. We also require the following information: In this ticket, does commonJS refer to: * Modules compiled to binary for platforms from javascript-only source * Modules which are raw javascript
Duplicate of TIMOB-10752.
Closing ticket as duplicate with reference to the linked issues.