fkagami / hubot

My dope hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dope hubot

Just type make so as to initialize and run hubot locally.

$ make

You can use options too.

$ make clean    # rm -rf ./node_module so as to avoid errors
$ make install  # npm install -g yo generator-hubot
$ make run      # ./bin/hubot -a shell
$ make init     # make clean && make install
$ make all      # is equal to make; make clean && make install && make run

About

My dope hubot


Languages

Language:CoffeeScript 92.8%Language:Shell 6.1%Language:Batchfile 1.1%