Batch create typespecs for a code base

In Erlang there is a tool ‘typer’ which will allow you to add type specs to an existing code base. Is there an elixir tool? I think can do this with a few editor tools but I would really like a way to do it all at one go for an entire project and not 1 function at a time.

2 Likes