elmi-to-json

This is a small tool that reads `.elmi` files (Elm interface file) generated by the elm compiler. These files contain information about exposed definitions (e.g. custom types, type aliases and functions).

Usage no npm install needed!

<script type="module">
  import elmiToJson from 'https://cdn.skypack.dev/elmi-to-json';
</script>

README

elmi-to-json

This is a small tool that reads .elmi files (Elm interface file) generated by the elm compiler. These files contain information about exposed definitions (e.g. custom types, type aliases and functions).

Usage

You can either specify a path to a module or get information for all compiled modules by ommiting all arguments.