Package Exports
- hubot-karma-simple
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hubot-karma-simple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hubot-karma-simple
Give (or take away) karma from people.
API
thing++
- add a point tothing
thing--
- remove a point fromthing
hubot karma-simple alias <thing> <alias thing>
set|delete alias thinghubot karma-simple black_list <thing>
set|delete black_listhubot karma-simple increment_message <message>
set|delete increment_messagehubot karma-simple decrement_message <message>
set|delete decrement_messagehubot karma-simple personal increment_message <message>
set|delete increment_messagehubot karma-simple personal decrement_message <message>
set|delete decrement_message
Installation
Run the following command
$ npm install hubot-karma-simple
Then to make sure the dependencies are installed:
$ npm install
To enable the script, add a hubot-karma-simple
entry to the external-scripts.json
file (you may need to create this file).
["hubot-karma-simple"]