ipaserver

0.0.3 • Public • Published

IPA Server

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

Getting Started

Install the module with: npm install -g ipaserver

Documentation

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]

Examples

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

Contributing

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.

Release History

(Nothing yet)

License

Copyright (c) 2013 Valéry Herlaud. Licensed under the MIT license.

Dependents (0)

Package Sidebar

Install

npm i ipaserver

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • operandom