mntnr / template

Template for new Probot apps

Home Page:https://probot.github.io/docs/development/#generating-a-new-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{ name }}

[![Build Status](https://travis-ci.org/probot/{{ name }}.svg?branch=master)](https://travis-ci.org/probot/{{ name }})

A GitHub App built with Probot that {{ description }}

Setup

# Install dependencies
npm install

# Run the bot
npm start

Contributing

If you have suggestions for how {{ name }} could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © {{{ year }}} {{{ author }}}

About

Template for new Probot apps

https://probot.github.io/docs/development/#generating-a-new-app

License:ISC License


Languages

Language:JavaScript 100.0%