JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q35828F
  • License MIT

A hubot script for adding or removing karma

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 to thing
  • thing-- - remove a point from thing
  • hubot karma-simple alias <thing> <alias thing> set|delete alias thing
  • hubot karma-simple black_list <thing> set|delete black_list
  • hubot karma-simple increment_message <message> set|delete increment_message
  • hubot karma-simple decrement_message <message> set|delete decrement_message
  • hubot karma-simple personal increment_message <message> set|delete increment_message
  • hubot karma-simple personal decrement_message <message> set|delete decrement_message
  • hubot karma-simple personal message_type <all|personal|common|default> set message_type

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"]