tiapp
v0.0.3
Published
library to locate and read tiapp.xml
Downloads
10
Readme
tiapp
Locates and reads the tiapp.xml
Install
sudo npm install -g tiapp
CLI Commamnds
tiapp
Returns a JSON representation of the tiapp.xml file if found
Public API
find
getCurrentVersion(path, callback);
path
to begin search for tiapp.xmlcallback
returns to argumentserr
- error messageres
- object with:path
- path wheretiapp.xml
was foundobj
- tiapp.xml as a javascript object