[TIMOB-27811] Refactor project creation to use template-kit and new project templates
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Eric Merriman |
Created | 2020-03-19T18:38:55.000+0000 |
Updated | 2020-03-19T19:01:13.000+0000 |
Description
We have a reusable template library called template-kit (https://github.com/appcelerator/template-kit). We also have a bunch of Titanium templates that template-kit can install (https://github.com/appcelerator/titanium-templates).
template-kit will be integrated into titaniumlib and used by the Titanium CLI v6 and Titanium appcd plugin.
However, it would be beneficial if the Titanium SDK was refactored to use template-kit directly or use titaniumlib's template-kit wrapper. This way template-kit (and possibly titaniumlib) would have more testing and users would have access to the new templates.
No comments