This is the command haml that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
haml - Translates Haml markup into its HTML equivalent
SYNOPSIS
haml [options] [INPUT] [OUTPUT]
DESCRIPTION
Uses the Haml engine to parse the selected template and outputs the result to the
specified file.
OPTIONS
--rails RAILS_DIR
Install Haml and Sass to a Rails project
-c, --check
Just check syntax, don't evaluate.
-s, --stdin
Read input from standard input instead of an input file
--trace Show a full traceback on error
-t, --style NAME
Output style. Can be indented (default) or ugly.
-f, --format NAME
Output format. Can be xhtml (default), html4, or html5.
-e, --escape-html
Escape HTML characters (like ampersands and angle brackets) by default.
-q, --double-quote-attributes
Set attribute wrapper to double-quotes (default is single).
-r, --require FILE
Same as 'ruby -r'.
-I, --load-path PATH
Same as 'ruby -I'.
--debug Print out the precompiled Ruby source.
-?, -h, --help
Show a usage summary
-v, --version
Print version
Use haml online using onworks.net services