#html #language #command #markerml #markup #templating #transpiled

app markerml_cli

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

1 unstable release

0.1.0 Nov 14, 2024

#692 in Template engine

Download history 82/week @ 2024-11-08 32/week @ 2024-11-15 4/week @ 2024-11-22 9/week @ 2024-12-06

127 downloads per month

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
~369K SLoC