## Example

Build all tasks (or a main task when defined):

```shell
mk
```

Build specific tasks:

```shell
mk api readme
```

Use a specific build file:

```shell
mk -f ~/mkdoc.js readme
```

To see a list of tasks use:

```shell
mk --tasks
```

