Skip to content

AsaAyers/Atom-Hack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom-Hack Build Status Gitter

HackLang support for Atom editor. AutoComplete has split into a separate Package Hack-AutoComplete.

Preview

Preview

Installation

apm install atom-hack

Usage

By default Atom-Hack assumes that HHVM is installed locally and needs zero-configuration if that's the case. But in case the server is remote, Please add this configuration to your Project Root/.atom-hack (autoPush means auto-upload file to remote server onSave)

{
  "type":"remote",
  "host":"Remote Host's Domain or IP",
  "username":"Your Username",
  "passphrase":"Your passphrase (Or exclude this line if you do not have one)",
  "port":22,
  "privateKey":"Full Path to Private Key",
  "remoteDir":"Directory on the remote server without the last slash",
  "autoPush":false
}

This plugin will validate all .hh, .php files and the files starting with <?hh or <?php

Note: Make sure to restart your Atom Editor after changing your configuration file.

Features

  • Validation
  • Remote SSH Servers
  • Remote SFTP Deployment

License

MIT License © steelbrain

About

HackLang Package for Atom Editor

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 87.9%
  • CSS 12.1%