Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbankier/ticonfig

hook ti cli config from tiapp.xml
https://github.com/dbankier/ticonfig

Last synced: about 2 months ago
JSON representation

hook ti cli config from tiapp.xml

Awesome Lists containing this project

README

        

# ticonfig

A titanium cli plugin so that the build configuration can be read from the tiapp.xml file.

## Installation

~~~
$ [sudo] npm install -g ticonfig
~~~

## Usage

Then you can added the following, e.g. to your tiapp.xml file.

~~~
true
~~~

You will need to understand what can be changed at the `build.pre.contruct` phase.

**To Do** - add a list of settings that can be changed and have an effect.

## Licence MIT