5 releases
| 0.1.6 | Jun 14, 2023 |
|---|---|
| 0.1.4 | Jun 8, 2023 |
| 0.1.2 | Jun 8, 2023 |
| 0.1.1 | Jun 8, 2023 |
| 0.1.0 | Jun 4, 2023 |
#17 in #cli-configuration
34 downloads per month
25KB
630 lines
metafmt
metafmt is a highly performant and opinionated formatter for the following
configuration and text formats:
- json (
.json,.jsonc,.hjson,.jwcc) - markdown (
.md) - sql (
.sql) - toml (
.toml) - yaml (
.yaml,.yml)
Install from source
Requirements:
- Go >= 1.20
- Rust >= 1.70
cargo install metafmt --locked --force
Usage
> metafmt -h
A CLI for formatting configuration files
Usage: metafmt [OPTIONS] [PATH]
Arguments:
[PATH] A file or directory to format [default: ./]
Options:
-d, --diff Show a diff for each non-formatted file
-g, --glob <GLOB> Include or exclude files to format
-., --hidden Include hidden files and directories
-l, --list-all List all files processed, including formatted ones
--no-ignore Disable all ignore-related filtering
-p, --parallel <PARALLEL> The approximate number of threads to use
-q, --quiet Do not print info to stderr
-w, --write Rewrite files in-place
-h, --help Print help
-V, --version Print version
Dependencies
~15–31MB
~459K SLoC