wbsx

Web app builder. Static site generator. Command line XSLT processor for XML and HTML content.

Introduction

wbsx is a CLI toolkit for building websites and web apps.

Installation

Linux

wbsx-r10-Linux-x86_64.tar.gz

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.