Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelbrain/atom-hack
HackLang Package for Atom Editor
https://github.com/steelbrain/atom-hack
Last synced: 10 days ago
JSON representation
HackLang Package for Atom Editor
- Host: GitHub
- URL: https://github.com/steelbrain/atom-hack
- Owner: steelbrain
- License: mit
- Created: 2014-11-25T20:49:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T04:38:56.000Z (almost 5 years ago)
- Last Synced: 2024-03-04T07:38:48.699Z (8 months ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 19
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom-Hack [![Build Status](https://travis-ci.org/steelbrain/Atom-Hack.svg)](https://travis-ci.org/steelbrain/Atom-Hack) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/steelbrain/atom-hack)
[![Greenkeeper badge](https://badges.greenkeeper.io/steelbrain/Atom-Hack.svg)](https://greenkeeper.io/)
[HackLang](https://github.com/facebook/hhvm) support for [Atom editor](http://atom.io).
AutoComplete has split into a separate Package [AutoComplete-Hack][AH].
## Preview
![Preview](https://cloud.githubusercontent.com/assets/4278113/8051890/80620880-0e36-11e5-95de-0ac04cbdf66e.png)## Installation
```bash
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 your [configuration][1] to the `.atom-hack` file in your Project root.
__Note__: Make sure to restart your Atom Editor after changing your configuration file.
## Features
* Validation
* Remote SSH Servers
* Remote SFTP Upload## License
MIT License © steelbrain
[AH]:https://github.com/steelbrain/AutoComplete-Hack
[1]:https://github.com/steelbrain/Atom-Hack/wiki/Configuration