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
- Host: GitHub
- URL: https://github.com/probot/invite
- Owner: probot
- License: isc
- Created: 2017-12-23T15:50:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T05:29:18.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:51:49.649Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/apps/invite
- Size: 36.1 KB
- Stars: 24
- Watchers: 3
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.

## 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