Parker Moore
Parker Moore
[Not presently, no.](https://github.com/hubot-scripts/hubot-github-repo-event-notifier/blob/master/src/github-repo-event-notifier.coffee#L66-L69) What kind of API would you envision?
Let's do this via hubot! ``` text /notify me ```
Are you worried about hubot having access, your hubot host (e.g. heroku) having admin access, or your colleagues having access? If the latter, we can utilize `auth.coffee`, if the other...
Related: I use the git-at-me wizard, which automates 100% of this for you: https://github.com/parkr/all-your-github-are-belong-to-us/blob/master/script/generator
Ah, fair. Yeah, I'll spike out a different issue for the command.
I'd be :point_down: like a :dog: (in a good way) for templates, definitely an awesome idea. What templating engine would you use? I can't think of anything built-in to CoffeeScript....
I also don't know enough about writng templating engines to know what goes into the full packages. I think the added weight is features. If we're just talking about outputting...
I see the issue, great idea to fix it. Could you take a look at the failing tests and try to patch them?
@danprince Fixed in #30. Would it be possible for you to rebase on origin/master?
> Attempted the rebase, but the 1.93 version test is still there and failing for some reason. Can't understand why though, the output looks ok. Looks like some incompat with...