From ef056e92f24e50f98e9ff72dfc920701f0352b64 Mon Sep 17 00:00:00 2001 From: Nguyen Tran Hau Date: Tue, 30 Jun 2020 15:48:05 +0700 Subject: [PATCH] add prettier --- src/Applications/Misc/Prettier.md | 12 ++++++++++++ src/SUMMARY.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 src/Applications/Misc/Prettier.md diff --git a/src/Applications/Misc/Prettier.md b/src/Applications/Misc/Prettier.md new file mode 100644 index 0000000..387205d --- /dev/null +++ b/src/Applications/Misc/Prettier.md @@ -0,0 +1,12 @@ +# [Prettier](https://prettier.io/) + +| Distribution | Package | +| ------------ | ---------- | +| Arch Linux | `prettier` | +| Homebrew | `prettier` | + +## Usage + +```sh +prettier --write unformatted.md +``` diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 5505738..8ee8df9 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -21,6 +21,7 @@ - [mpv](Applications/Misc/mpv.md) - [Steam](Applications/Misc/Steam.md) - [Ventoy](Applications/Misc/Ventoy.md) + - [Prettier](Applications/Misc/Prettier.md) - [Network](Applications/Network/README.md) - [HTTPie](Applications/Network/HTTPie.md) - [Mosh](Applications/Network/Mosh.md)