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

https://github.com/keyz/alfred-prettier

Run Prettier in Alfred
https://github.com/keyz/alfred-prettier

Last synced: about 1 year ago
JSON representation

Run Prettier in Alfred

Awesome Lists containing this project

README

          

# alfred-prettier

Run Prettier in Alfred. Press Enter to copy the output to your clipboard.

Optionally, you can also get the Flow types stripped out. This is handy for running something quickly in a normal JS environment.

🆕 There's a third option to get the Flow types commented out. Flow actually supports a comment-based syntax. See the usage [here](https://flow.org/en/docs/types/comments/).

Screen Shot

## Install

```
npm install -g alfred-prettier
```