Tools
Lorem Ipsum Generator
Generate placeholder text in paragraphs, sentences, or words.
Commands
devv lorem [options]
Examples
# Default: 3 paragraphs
devv lorem
# 5 sentences
devv lorem -t sentences -n 5
# 50 words
devv lorem --type words --count 50
# Don't start with "Lorem ipsum"
devv lorem --no-start
# Save to file
devv lorem -n 10 -o placeholder.txt
Pipeline Usage
| Pipeline ID | Config |
|---|---|
lorem-generator |
count, type (paragraphs/sentences/words), startWithLorem |
devv pipe exec "lorem-generator type=sentences count=3"
Options
| Option | Description | Default |
|---|---|---|
-n, --count <n> |
Number of units to generate | 3 |
-t, --type <type> |
Type: paragraphs, sentences, words |
paragraphs |
--no-start |
Don't start with "Lorem ipsum" | starts with lorem |
-o, --output <file> |
Write to file | - |
Was this page helpful?