markerml_cli

Crates.iomarkerml_cli
lib.rsmarkerml_cli
version0.1.0
created_at2024-11-14 00:13:01.913118+00
updated_at2024-11-14 00:13:01.913118+00
descriptionCLI for simple markup and templating language, that is transpiled to HTML.
homepage
repositoryhttps://github.com/rchuk/markerml_cli
max_upload_size
id1447262
size56,631
Ruslan Omelchuk (rchuk)

documentation

https://docs.rs/markerml_cli/latest/markerml_cli/

README

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
Commit count: 0

cargo fmt