/hubot-clj

Primary LanguageCoffeeScriptMIT LicenseMIT

hubot-clj

Description

Packaged hubot clojure for NPM

Installation

npm install --save hubot-clj

add ["hubot-clj"] to your external-scripts.json.

Examples

hubot clojure (map #(+ %1 5) [1 2 3 4 5]) -> (6 7 8 9 10)

hubot clj (+ 1 2 3) -> 6