logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Slim to HTML - Convert Slim Files to HTML | Online Free DevTools by Hexmos

Convert Slim files to HTML with slimrb. Effortlessly transform your Slim templates to valid HTML. Free online tool, no registration required.

slimrb

Convert Slim files to HTML. More information: https://rubydoc.info/gems/slim/frames#slim-command-slimrb.

  • Convert a Slim file to HTML:

slimrb {{input.slim}} {{output.html}}

  • Convert a Slim file and output to prettified HTML:

slimrb --pretty {{input.slim}} {{output.html}}

  • Convert a Slim file to ERB:

slimrb --erb {{input.slim}} {{output.erb}}

See Also