mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
368 B
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.