#html #language #command #markerml #markup #templating #cli

app markerml_cli

CLI for simple markup and templating language, that is transpiled to HTML

1 unstable release

new 0.1.0 Nov 14, 2024

#611 in Template engine

MIT license

17KB
247 lines

MarkerML CLI

General

This is a crate that provides CLI for the MarkerML language.

For the full grammar overview, refer to the markerml crate.

Commands

The resulting program provides several commands:

  • Command to convert file with MarkerML code into HTML
markerml_cli convert --input file.txt --output file.html
  • Command to watch the given file with MarkerML code and track changes on a live-reloading HTML page
markerml_cli watch --input file.txt
  • Command to display credits information
markerml_cli credits
  • Command to display list of commands
markerml_cli help

Dependencies

~15–25MB
~373K SLoC