stoeffel / elmi-to-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 97.2%Language:Shell 1.5%Language:JavaScript 1.3%