Socket
Book a DemoInstallSign in
Socket

nodeschoolbot

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeschoolbot

Github bot that helps maintain nodeschool

latest
Source
npmnpm
Version
1.6.0
Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

nodeschoolbot

A github bot that helps out adding members / creating repos for nodeschool

We run an instance as @nodeschoolbot on GitHub

usage

npm install -g nodeschoolbot

build status

Usage

Run a command by mentioning @nodeschoolbot in an issue comment, e.g. @nodeschoolbot help

  • help - shows this help
  • create-repo {name} - creates a nodeschool repo
  • add-user {username} - adds a user to the chapter-organizers team and the org
  • create-team {team} - creates a new team
  • add-team-user {team} {username} - add a user to a specific team

Run one yourself

nodeschoolbot --token={a-github-token} --secret={a-github-webhook-secret}

The token passed should have access to create repositories on nodeschool and to add members to teams.

When setting up the webhook it only needs to forward issue comments

License

MIT

FAQs

Package last updated on 22 Sep 2016

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