UNPKG

hubot-phabs

Version:

A hubot plugin for communication with a Phabricator instance.

8 lines (6 loc) 353 B
path = require 'path' module.exports = (robot) -> robot.loadFile(path.resolve(__dirname, 'scripts'), 'phabs_commands.coffee') robot.loadFile(path.resolve(__dirname, 'scripts'), 'phabs_admin.coffee') robot.loadFile(path.resolve(__dirname, 'scripts'), 'phabs_feeds.coffee') robot.loadFile(path.resolve(__dirname, 'scripts'), 'phabs_hear.coffee')