GitXplorerGitXplorer
n

atom-ocaml

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7486eb0405b27c92aa5e682a9ec776558c16b449

0.0.2

nnmote committed 9 years ago
Unverified
fd24845004755afa7c14f46218039addb6ec6c75

Add repository

nnmote committed 9 years ago
Unverified
af17b9391aadd4f5019f43ce8cee0050ca8db2b0

Add link to atom-ocaml-bindings

nnmote committed 9 years ago
Unverified
47ecbd6d20ae881a6267ccaabc3390b1a6dd4ae0

Prepare 0.0.1 release

nnmote committed 9 years ago
Unverified
91b2a42b8dcf6f670a874ba3264d87940d1c8b45

Update atom-ocaml-bindings version

nnmote committed 9 years ago
Unverified
917a43d05255ac404c55768e60b8b49668da6c16

Initial commit

nnmote committed 9 years ago

README

The README file for this repository.

atom-ocaml

This package simplifies the creation of an Atom editor package written in OCaml. It sets up a simple Hello World example that you can use as a jumping-off point.

Usage

$ npm install -g atom-ocaml
$ atom-ocaml-init new-package-name
$ cd new-package-name
$ make
$ apm link

Then open Atom!

From there, simply write your OCaml code, run make, and restart Atom.

See also

atom-ocaml-bindings, a package which provides easy access to Atom's APIs from OCaml.