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

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

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).