devstart 0.7.0

Make me: make me run dev tasks without thinking
Documentation
```console
$ mm -l
╭────┬─────────────┬─────────────────┬────────────────────────────────────────╮
│    │ task        │ exec            │ details                                │
├────┼─────────────┼─────────────────┼────────────────────────────────────────┤
│   │ build (b)   │ npm build       │ yarn build:lib && yarn build:changelog │
│   │ install (i) │ npm install     │                                        │
│ 🟢 │ run (r)     │ cargo run -p mm │                                        │
│ 🚦 │ test (t)    │ cargo xtask ci  │                                        │
╰────┴─────────────┴─────────────────┴────────────────────────────────────────╯
links:
  l/actions Github Actions
  l/issues Issues
  l/repo Repo
folders:
  f/dist Dist folder


```