Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Prettier

install

# Arch
sudo pacman -S prettier
# Npm
pnpm add -g prettier

usage

# Format a JSON file using Prettier
prettier --write --parser json "$1"