Simple script that will add a title to a normal .md file. The converted file will have a title section which is required so that Doks show it in the static site. The title is generated from the filename.
# Getting Started with MyApp
## Installation
To install MyApp, run the following command:
```bash
npm install myapp
---
title: Docs
---
# Getting Started with MyApp
## Installation
To install MyApp, run the following command:
```bash
npm install myapp
NOTE: The original file will be overwritten