Files
probot.github.io/docs/hello-world.md
Brandon Keepers 6ac0fd24c0 Tweak doc h1
2017-08-07 13:21:53 -05:00

368 B

next
next
docs/development.md

Hello World

A Probot plugin is just a Node.js module that exports a function:

module.exports = robot => {
  // your code here
};

The robot parameter is an instance of Robot and gives you access to all of the bot goodness.