/purescript-hubot

Hubot bindings for PureScript

Primary LanguageJavaScriptMIT LicenseMIT

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