remote-compile package
remote-compile Client for Atom.

Getting Started
This plugin is best used with rempote-ftp and relies on its .ftpconfig file.
- Create an .ftpconfig file.
- Start the remote-compile server on your wallaby.
- Call remote-compile:toggle
- Profit.
Functionality
TODO
Shortcuts
| Function | Mac/Win |
|---|---|
| Toggle | ctrl + cmd + o |
| Change Project | ctrl + cmd + c |
| Run | ctrl + cmd + d |
| Kill | ctrl + cmd + u |
| Reload | / |
| Message | / |
Config File
{
"host":"example.com",
"rcuser":"",
"rcpassword":""
}