Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbankier/tiapp
Locates and reads the tiapp.xml
https://github.com/dbankier/tiapp
Last synced: about 2 months ago
JSON representation
Locates and reads the tiapp.xml
- Host: GitHub
- URL: https://github.com/dbankier/tiapp
- Owner: dbankier
- Created: 2013-09-15T22:46:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T21:25:48.000Z (about 9 years ago)
- Last Synced: 2024-10-29T20:57:09.465Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.xml
* `callback` returns to arguments
1. `err` - error message
2. `res` - object with:
`path` - path where `tiapp.xml` was found
`obj` - tiapp.xml as a javascript object