krdlab / purescript-hubot

Hubot bindings for PureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-hubot

Experimental Hubot bindings for PureScript.

$ bower install krdlab/purescript-hubot

Run example

$ cd example
$ ./bin/hubot -a shell -n
Hubot> ...
...

hubot test hello
Hubot> debug: hello
ok!

Build example

The example uses pulp. If you'd like to build the example, execute commands as follows:

$ cd example
$ pulp browserify -O --standalone Example --to scripts/lib/example.js

About

Hubot bindings for PureScript

License:MIT License


Languages

Language:JavaScript 81.7%Language:PureScript 15.0%Language:Shell 1.6%Language:CoffeeScript 0.9%Language:Batchfile 0.8%