mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 14:59:01 +00:00
Update cheatsheets
This commit is contained in:
21
slimrb
Normal file
21
slimrb
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# slimrb
|
||||
|
||||
> Convert Slim files to HTML.
|
||||
> More information: <https://rdoc.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}}`
|
||||
Reference in New Issue
Block a user