ovrw
v0.0.5
Published
```sh $ ovrw $ ovrw project/dir ```
Downloads
1
Readme
Usage
$ ovrw
$ ovrw project/dir
Principles
- Ovrw listen for updates in the folder
- Ovrw finds all MDX files and creates a page for each file
- Ovrw starts the website that shows all the pages
- Ovrw updates the site when files are changed, added, or removed
- Ovrw can export files to serve documentation as a static site
Roadmap
DONE
- Run a webpage rendered from one specific MDX file
- Make page refresh whenever the file is changing
IN PROGRESS 3. Create a tool that will run such webpage for any specified MDX file
TODO 4. Make this tool serve the list of files 5. Add styles