| Crates.io | copefmt |
| lib.rs | copefmt |
| version | 0.1.0 |
| created_at | 2022-11-10 14:05:28.356315+00 |
| updated_at | 2022-11-10 14:05:28.356315+00 |
| description | copium code formatter |
| homepage | https://github.com/tommyjl/copefmt |
| repository | https://github.com/tommyjl/copefmt |
| max_upload_size | |
| id | 712167 |
| size | 10,995 |
copefmt is the copium code formatter for languages that don't have any better options.
copefmt read from stdin and writes to stdout by default.
echo '*[]{...,foo->,bar->{...,baz->}}' | copefmt
*[]{
...,
foo->,
bar->{
...,
baz->
}
}
But filenames can be provided as arguments.
copefmt --input data/simple.groq --output formatted_simple.groq
Install from source: cargo install --path .