SvanBoxel / delete-merged-branch

No more manually deleting merged branches, this lovely app does it for you.
https://github.com/apps/delete-merged-branch/
ISC License
323 stars 55 forks source link

Consider publishing as npm module #55

Closed Graham42 closed 5 years ago

Graham42 commented 5 years ago

To use this github app with @probot/serverless-lambda or @probot/serverless-gcf would be useful to have this app available as an npm package. Then can do something like

const serverless = require('@probot/serverless-lambda')
const appFn = require('delete-merged-branch')
module.exports.probot = serverless(appFn)

Would you consider publishing this as an npm module?

SvanBoxel commented 5 years ago

Great suggestion @Graham42. Let's make it happen.

SvanBoxel commented 5 years ago

Hereyago: https://www.npmjs.com/package/delete-merged-branch ✌️