README.md

# Mix Info

A mix task that counts directories, files, lines of code, modules, functions etc and displays the results.

## Installation

**TODO: Update installation**

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add mix_info to your list of dependencies in `mix.exs`:

        def deps do
          [{:mix_info, "~> 0.0.1"}]
        end

## Usage

Just run `mix info`

```
$> mix info
Application : mix_info
version : 0.7.2
directories : 4
files : 1
lines : 94
modules : 1
functions : 1
private functions : 8
comments : 19
```