/kulala-fmt

An opinionated 🦄 .http and .rest 🐼 files linter 💄 and formatter ⚡.

Primary LanguageGoMIT LicenseMIT

Kulala-fmt Logo

kulala-fmt

Go GitHub release (latest by date) Discord

InstallUsage

An opinionated 🦄 .http and .rest 🐼 files linter 💄 and formatter ⚡.

Install

Just grab the latest release:

Usage

Format all .http and .rest files in the current directory and its subdirectories:

kulala-fmt

Format all .http and .rest files in the current directory and its subdirectories and prints the written output to the console:

kulala-fmt --verbose

Check if all .http and .rest files in the current directory and its subdirectories are formatted:

kulala-fmt --check

Check if all .http and .rest files in the current directory and its subdirectories are formatted and prints the desired output to the console:

kulala-fmt --check --verbose