kandanapp / hubot-kandan-app

An easily deployed Hubot for Kandan, running in the cloud.
MIT License
64 stars 14 forks source link

Added empty hubot-scripts.json file and added section to Readme on hubot scripts #6

Closed JangoSteve closed 10 years ago

JangoSteve commented 10 years ago

Took me a bit to figure out how to install Hubot scripts. Figured I'd add some boilerplate so others don't get confused.

We could also go ahead and add the "hubot-scripts" dependency to the package.json, but I figured there was probably a reason it's not there already and we don't necessarily want to make people install all the scripts from the dependency into node_modules if they're not going to use them.

But if you want me to add that to the package.json by default, let me know and I'll update the pull request.

scouttyg commented 10 years ago

As long as it is in the Readme I think it's fine if we don't include it by default -- better to let the user /developer choose to add features in if they need it.