GitXplorerGitXplorer
j

eyegor

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9ff75f442c7ceadee1d876450f1b31a1ec216e64

Fixed improper include path for the recompiler

committed 12 years ago
Unverified
45bf10df7ee44d691ece9caddae83df23e88df83

Whoops, forgot to point to correct modules in the supervisor

committed 12 years ago
Unverified
8dcbf3d7edd6cb9e6f99a32378e2de7d2ad42ee7

Renamed recompiler and reloader in order to avoid name clashes

committed 12 years ago
Unverified
450441c1075e571fe5d0950c8a9bc9f6b1d2708a

Oops, typos

committed 12 years ago
Unverified
0d74654bd389c25cfadfc431915e33731e471450

Removed cruft

committed 12 years ago
Unverified
a068373c0c13127bc57b7b00762a70774a3ba13e

Cleanup and license

committed 12 years ago

README

The README file for this repository.

Eyegor

Suit yourself. I'm easy.

Eyegor is a quick-and-dirty development helper for Erlang projects. It currently only consists of an automatic recompiler and a reloader shamelessly ripped from the Mochiweb project.

Getting started

With Rebar

Add the following tuple in the deps array of your project's rebar.config file:

{eyegor, ".*",
  {git, "git://github.com/toki/eyegor.git", "master"}}

And then execute

$ ./rebar get-deps compile

to get and compile it.

By hand

$ git clone git://github.com/toki/eyegor.git
$ cd eyegor
$ ./rebar compile

Usage

Add the following options when starting a node:

-pa path/to/eyegor/ebin -s eyegor 

Credits


Dr. Frederick Frankenstein: You must be Igor.
Igor: No, it's pronounced "eye-gor."
Dr. Frederick Frankenstein: But they told me it was "ee-gor."
Igor: Well, they were wrong then, weren't they?