https://github.com/moonlitgrace/moonlit-bot
Github app by Moonlitgrace
https://github.com/moonlitgrace/moonlit-bot
github-app octokit probot typescript
Last synced: 3 months ago
JSON representation
Github app by Moonlitgrace
- Host: GitHub
- URL: https://github.com/moonlitgrace/moonlit-bot
- Owner: moonlitgrace
- License: isc
- Created: 2024-09-11T14:20:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:26:25.000Z (4 months ago)
- Last Synced: 2025-02-01T03:14:39.554Z (3 months ago)
- Topics: github-app, octokit, probot, typescript
- Language: TypeScript
- Homepage: https://github.com/apps/moonlit-bot
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Moonlit Bot
> A GitHub App built with [Probot](https://github.com/probot/probot)
### Features:
- Sync forks with `main` branch by creating PR.
- soon...###### screen shot-
## Development
```sh
# Clone and cd into project
git clone https://github.com/moonlitgrace/moonlit-bot && cd moonlit-bot# Install dependencies
npm install# Build tsc
npm run build# Run bot locally
npm start
```## Docker build
```sh
# 1. Build container
docker build -t moonlit-bot .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= moonlit-bot
```## Contributing
If you have suggestions for how `moonlit-bot` 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) © 2024 moonlitgrace