https://github.com/krdlab/purescript-hubot
Hubot bindings for PureScript
https://github.com/krdlab/purescript-hubot
Last synced: about 1 year ago
JSON representation
Hubot bindings for PureScript
- Host: GitHub
- URL: https://github.com/krdlab/purescript-hubot
- Owner: krdlab
- License: mit
- Created: 2016-05-04T16:36:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T17:22:38.000Z (about 10 years ago)
- Last Synced: 2025-02-08T11:34:24.883Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-hubot
Experimental Hubot bindings for PureScript.
```sh
$ bower install krdlab/purescript-hubot
```
## Run example
```sh
$ cd example
$ ./bin/hubot -a shell -n
Hubot> ...
...
hubot test hello
Hubot> debug: hello
ok!
```
## Build example
The example uses [pulp](https://github.com/bodil/pulp).
If you'd like to build the example, execute commands as follows:
```sh
$ cd example
$ pulp browserify -O --standalone Example --to scripts/lib/example.js
```