Introduction
wbsx is a CLI toolkit for building websites and web apps.
Installation
Linux
Usage
Do XSLT transformation on an XML file: wbsx run template:site.xsl src.xml index.html
Run a http server on localhost: wbsx serve --listen:8080 .
Print help: wbsx --help
Source code
Source code repository: https://codeberg.org/wbsx/wbsx.