Created Static HTML Exporter (markdown)

master
Hunter Long 2018-06-25 21:04:20 -07:00
parent bed95470c0
commit 5935214773
1 changed files with 6 additions and 0 deletions

6
Static-HTML-Exporter.md Normal file

@ -0,0 +1,6 @@
You might have a server that won't allow you to run command that run longer for 60 seconds, or maybe you just want to export your status page to a static HTML file. Using the Statup exporter you can easily do this with 1 command.
```
statup export
```
###### 'index.html' is created in current directory with static CDN url's.