Heroku buildpack: Vert.x

This is a Heroku buildpack for Vert.X apps.

Usage

Example usage:

$ ls
app.coffee

$ heroku create --stack cedar --buildpack https://github.com/me/heroku-buildpack-vertx-jdk7.git

$ git push heroku master

-----> Heroku receiving push
-----> Fetching custom build pack... done
-----> Vert.x app detected
-----> Installing Vert.x..... done

The buildpack will detect your app as a Vert.x project if it has a file called app.coffee. If you don't provide a Procfile, the build pack will default to launching your app with vertx run app.coffee