Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbarbin/auto-format
Building auto format commands for custom languages
https://github.com/mbarbin/auto-format
auto-formatter dune dune-fmt fmt ocaml
Last synced: about 2 months ago
JSON representation
Building auto format commands for custom languages
- Host: GitHub
- URL: https://github.com/mbarbin/auto-format
- Owner: mbarbin
- License: mit
- Created: 2023-11-12T21:33:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T19:09:21.000Z (about 2 months ago)
- Last Synced: 2024-11-10T20:19:01.569Z (about 2 months ago)
- Topics: auto-formatter, dune, dune-fmt, fmt, ocaml
- Language: OCaml
- Homepage: https://mbarbin.github.io/auto-format/
- Size: 767 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-format
[![CI Status](https://github.com/mbarbin/auto-format/workflows/ci/badge.svg)](https://github.com/mbarbin/auto-format/actions/workflows/ci.yml)
With this opinionated library you can build normalized auto-format commands for custom languages, that can be integrated with editors as well as `dune fmt`.
## Code Documentation
The code documentation of the latest release is built with `odoc` and published to `GitHub` pages [here](https://mbarbin.github.io/auto-format).
## Examples & tests
As of yet, there are no examples or tests in this repository. However, this library is extensively used and tested in the [bopkit](https://github.com/mbarbin/bopkit) project.