Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 804 Bytes

Pharaoh -- Atom Package

This is a WIP plugin for Atom, to enable live broadcasting of code sessions directly from the editor to the client app.

To get started, git clone https://github.com/pharaoh-js/pharaoh-atom.git, cd pharaoh-atom, npm install, and apm link. When you're ready to broadcast, use pharoah:start from the command palette. To stop sharing, simply close the pane.

This is very much under development, and development is temporarily paused while we work on a desktop client.

Issues are welcome, and pull requests doubly so!

License: WTFPL.

Huge thanks to @firebase and @fank for giving us a huge headstart on this, and @atom for the great API documentation.