No description or website provided.
JavaScript
Switch branches/tags
Nothing to show
Latest commit c9fcb37 Jun 23, 2017 @bkeepers bkeepers committed on GitHub Merge pull request #15 from hiimbex/patch-1
integration -> app
Permalink
Failed to load latest commit information.
docs Centralize deployment docs Apr 9, 2017
.env.example Add .env.example Mar 13, 2017
.gitignore Add .env to .gitignore Jun 14, 2017
.travis.yml Create .travis.yml Mar 25, 2017
LICENSE Add default license Mar 26, 2017
README.md update readme Jun 22, 2017
app.json Deployment Mar 12, 2017
index.js Link to docs in plugin stub Mar 25, 2017
package.json Update to probot 0.6.0 Jun 10, 2017

README.md

{{ name }}

a GitHub App built with probot that {{ description }}

Setup

# Install dependencies
npm install

# Run the bot
npm start

See docs/deploy.md if you would like to run your own instance of this plugin.