Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
/ hxatom Public archive

Haxe type definitions for the atom text editor packages

Notifications You must be signed in to change notification settings

tong/hxatom

Repository files navigation

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

About

Haxe type definitions for the atom text editor packages

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published