@interaktiv/titanium-cli-plugin-mi-apps
v4.0.3
Published
Axway Appcelerator Titanium CLI plugin for MI App projects
Downloads
3
Readme
Welcome to @interaktiv/titanium-cli-plugin-mi-apps 👋
This is an Appcelerator Titanium CLI Plugin to boost the build of Titanium Classic MI apps.
Installation
To always load the plugin, you need to add the commands
and hooks
directories to the Titanium CLI's paths configuration:
[appc] ti config -a paths.commands /path/to/plugin/commands
[appc] ti config -a paths.hooks /path/to/plugin/hooks
Alternatively, you may extract the plugin to the global Titanium installation
folder or project directory, then enable it in the tiapp.xml
:
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<plugins>
<plugin>ti.mi</plugin>
</plugins>
</ti:app>
📝 License
Copyright © 2019-present die.interaktiven GmbH & Co. KG. All rights reserved.