atom

Type definitions for the atom text editor


Keywords
atom, development, editor, extern, ide, js, texteditor, externs, haxe
License
QPL-1.0
Install
haxelib install atom 1.53.0

Documentation

HXAtom

Haxe type definitions for atom, a hackable text editor for the 21st Century.

Build Status Haxelib Version

Install

# Release version from haxelib
haxelib install atom

# Development version from git
haxelib git atom https://github.com/tong/hxatom.git

Build

Haxe externs are generated from the atom-api.json description file.
To (re)generate the type definitons for another atom version, download the description file from https://github.com/atom/atom/releases and run:

haxe --macro AtomAPI.generate("path/to/atom-api.json")

By default hxatom/atom-api.json is used if you ommit the path argument to your custom description file.

Usage