Haxe type definitions for atom, a hackable text editor for the 21st Century.
# Release version from haxelib
haxelib install atom
# Development version from git
haxelib git atom https://github.com/tong/hxatom.git
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.