Skip to content

Command line tool to convert LML to HTML or AST

License

Notifications You must be signed in to change notification settings

lml-dom/lml-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LML-CLI

LML conversion tool for command line

Install

npm install --global lml-cli

Usage

lml [options] path/to/source/file.ext

Options

--from=TYPE available: ast, html, json, lml --to=TYPE available: ast, html, json, lml --indentation=SPEC spaces or tab - use s or t (default: ss) --input-indentation=SPEC forced indentation parsing for LML input (default: automatic recoginition) --line-wrap=N attempt to keep output line length less than this value (default: 120) --minify minimizing whitepsace in HTML, JSON, and AST outputs --no-order-attributes keep original attribute order --out=FILE save to file (default: output to console)

About

Command line tool to convert LML to HTML or AST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published