Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helaili/everyone.app
Maintains a team with all your organization's members
https://github.com/helaili/everyone.app
github-app github-team
Last synced: 27 days ago
JSON representation
Maintains a team with all your organization's members
- Host: GitHub
- URL: https://github.com/helaili/everyone.app
- Owner: helaili
- License: isc
- Created: 2020-12-14T18:08:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T04:33:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:10:23.666Z (8 months ago)
- Topics: github-app, github-team
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# everyone.app
A GitHub App built with [Probot](https://github.com/probot/probot) that maintains a team with all your organization members. Upon installation, an `everyone` team will be created in your organization and every member added to it. Every new member joining your organization will be added automatically.
Click [here](https://github.com/apps/everyone-app) to install it on your org now, or deploy your own instance.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t everyone.app .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= everyone.app
```## Contributing
If you have suggestions for how everyone.app 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](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2020 Alain Hélaïli