Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@exoplay/exobot-plugin-points

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exoplay/exobot-plugin-points

exobot plugin for points

latest
Source
npmnpm
Version
3.3.1
Version published
Maintainers
2
Created
Source

exobot-exobot-plugin-points

Give and take away points, with and without reasons.

Usage

audrey++
audrey++ for being super cool
exobot score audrey
exobot top 10

Installation

  • npm install --save @exoplay/exobot/exobot-plugin-points

A Setup Example

import Exobot from '@exoplay/exobot';
import Points from '@exoplay/exobot-plugin-points';

const Bot = new Exobot(BOT_NAME, {
  // ...
  plugins: [
    new Points();
  ],
});

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

Keywords

exobot

FAQs

Package last updated on 20 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts