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