https://github.com/macklinu/prettierbot
[WIP] A Probot app that formats your code with Prettier
https://github.com/macklinu/prettierbot
prettier probot probot-app
Last synced: about 2 months ago
JSON representation
[WIP] A Probot app that formats your code with Prettier
- Host: GitHub
- URL: https://github.com/macklinu/prettierbot
- Owner: macklinu
- License: mit
- Created: 2018-12-26T04:15:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T20:26:50.000Z (over 7 years ago)
- Last Synced: 2025-06-21T23:04:46.838Z (about 1 year ago)
- Topics: prettier, probot, probot-app
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
# prettierbot
> A GitHub App built with [Probot](https://github.com/probot/probot)
> :warning: This project is WIP and not ready for production yet.
## Setup
```sh
# Install dependencies
yarn
# Run typescript
yarn build
# Run the bot
yarn start
```
## Contributing
If you have suggestions for how prettierbot 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).