A Node.js module to install over-the-air iOS applications. It's actually just made for my personal use, so it's just tested on W8.1 and works for me. IT'S CLEARLY NOT MADE FOR PRODUCTION.
![web preview] (https://raw.github.com/operandom/ipaserver/master/assets/webview.jpg)
Install the module with: npm install -g ipaserver
Be careful with the depth of the recursing search, it's not optimized and can use a lot of memory.
$ ipaserver [-p port] [-a address] [-d depthRecursing] [/path/to/IPAs/folder]
Default usage (Launch server on your first ip4 address found and on the port 3000)
/your/path/to/IPAs/folder:$ ipaserver
Or where you want:
$ ipaserver -p 80 -a 192.168.0.1 -d 4 /path/to/IPAs/folder
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)
Copyright (c) 2013 Valéry Herlaud. Licensed under the MIT license.