[go: up one dir, main page]

atom

Type definitions for the atom text editor
https://github.com/tong/hxatom

To install, run:

haxelib install atom 1.54.0 

See using Haxelib in Haxelib documentation for more information.

README.md

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

Contributors
tong
Version
1.54.0
Published
5 years ago
Dependencies
License
Public

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub