An open API service indexing awesome lists of open source software.

https://github.com/probot/invite

a GitHub App built with Probot for inviting users to an organization
https://github.com/probot/invite

Last synced: 8 months ago
JSON representation

a GitHub App built with Probot for inviting users to an organization

Awesome Lists containing this project

README

          

# Invite

> A GitHub App built with [Probot](https://github.com/probot/probot) that allows you to create links for inviting users to your organization.

![screenshot of creating a link](https://user-images.githubusercontent.com/173/44678009-54427500-aa05-11e8-82d8-eb024b9970dc.png)

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Contribute

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

Note that all interactions fall under the [Probot Code of Conduct](https://github.com/probot/probot/blob/master/CODE_OF_CONDUCT.md).

## License

[ISC](LICENSE) © 2017-2018 Brandon Keepers