```console
$ mm -l
╭────┬─────────────┬─────────────┬────────────────────────────────────────╮
│ │ task │ exec │ details │
├────┼─────────────┼─────────────┼────────────────────────────────────────┤
│ │ build (b) │ npm build │ yarn build:lib && yarn build:changelog │
│ │ install (i) │ npm install │ │
│ │ test (t) │ npm test │ yarn test:code && yarn test:require │
╰────┴─────────────┴─────────────┴────────────────────────────────────────╯
```