prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
761 stars 183 forks source link

cake? #8

Closed tmcw closed 8 years ago

tmcw commented 11 years ago

Why is there a Cakefile? Seems like it's roughly equivalent to doing the same without Coffeescript or a nodejs module that just execs out:

gatekeeper➟ heroku create
gatekeeper➟ heroku apps:rename mistakes_auth
gatekeeper➟ heroku apps:rename mistakesauth
gatekeeper➟ heroku config:add OAUTH_CLIENT_ID=...
gatekeeper➟ heroku config:add OAUTH_SECRET...
gatekeeper➟ git push heroku master