Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dbankier/ticonfig
- Owner: dbankier
- Created: 2014-01-28T10:49:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T01:09:00.000Z (over 10 years ago)
- Last Synced: 2024-08-03T07:03:28.574Z (5 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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