UNPKG

hubot-heroku

Version:

Run heroku commands via hubot without direct access to Heroku

8 lines (6 loc) 253 B
# description: # Entry Point path = require 'path' module.exports = (robot, scripts) -> robot.loadFile(require.resolve('hubot-auth').slice(0,-13), "index.coffee") robot.loadFile(path.resolve(__dirname, "src", "scripts"), "heroku-commands.coffee")