infer-mli

Crates.ioinfer-mli
lib.rsinfer-mli
version1.0.2
sourcesrc
created_at2024-10-05 02:45:58.228278
updated_at2024-10-05 03:38:48.019527
descriptionInfer a .mli file from a .ml file using the OCaml Language Server
homepage
repositoryhttps://github.com/aripiprazole/infer-mli
max_upload_size
id1397345
size47,029
Gabrielle GuimarĂ£es de Oliveira (aripiprazole)

documentation

README

infer-mli

Creates a .mli for ml files in a ocaml project by cli

Installing

cargo install infer-mli

Usage

infer-mli --root-dir <path to ocaml project> --file <path to ml file in root dir>

Example

infer-mli --root-dir ~/projects/ocaml/infer-mli --file ~/projects/ocaml/infer-mli/src/infer_mli.ml

This will create a file infer_mli.mli in the root directory of the project.

License

MIT

Commit count: 8

cargo fmt