Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27764] Add support for loading global CLI plugins from local directory

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterBrenton House
AssigneeUnknown
Created2020-02-12T20:42:46.000+0000
Updated2020-02-12T20:44:41.000+0000

Description

This would allow a developer to put a global plugin in the local plugins directory and have it use this. The global plugin would need to be named "titanium-global-plugin.js" Currently the first batch of hooks used by the CLI cannot be used by local plugins and can only be used by global plugins. Doing this would remove one of the last obstacles for using global plugins as it could then be used on a per-project basis, if desired.

Comments

  1. Brenton House 2020-02-12

    Added PR: https://github.com/appcelerator/titanium/pull/356

JSON Source