README
How to use
- C:\>tail-logs path port
- path: the directory where log files are stored.
- port: http server listen port.
For example:
- C:\>tail-logs C:\Logs 6789
- server started, listen port: 6789
Tail log files in a directory and view them in browser.
<script type="module">
import logViewer from 'https://cdn.skypack.dev/log-viewer';
</script>