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
- Host: GitHub
- URL: https://github.com/keyz/alfred-prettier
- Owner: keyz
- License: mit
- Created: 2019-02-06T14:32:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T21:04:51.000Z (over 6 years ago)
- Last Synced: 2025-05-03T00:28:39.298Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/alfred-prettier
- Size: 155 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).

## Install
```
npm install -g alfred-prettier
```