0.1.4 • Published 11 years ago

hackify v0.1.4

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

hackify

Like plug.dj for collaborative development

Hacker Story

You are hacking away on your laptop, listening to music, you are smashing it, if only you could share this experience... You spin up a terminal...

$ npm install hackify -g
$ cd /Users/awesomeguy/cool_project
$ hackify

BAM! you have hosted a room, a collaborative coding space... No setup, No logins, Your code, on Your machine. You send the room link to your code bro's.... http://hackify.org?room=123456 They all hit the link... BAM! your all coding together You chat, you code, you listen to the same music, your coding awesomeness is now a shared experience. Congratulations you've been Hackified.

Command Line Goodness

Usage: hackify options

Options:

-h, --help             output usage information
-V, --version          output the version number
-n, --name [name]      Name for the room
-p, --pass [password]  Moderator password for the room
-s, --server [url]     Location of the hackify server [http://www.hackify.org]
-i, --ignore [regex]   Regex of folders to ignore [/(node_modules|.git)/]
-r, --readonly         Read Only

Prerequisites

  • Node.js