lestoni / faker-cli

cli wrapper for fakerjs
Other
114 stars 10 forks source link

How to generate arbitrary length of words? #6

Open deanrad opened 7 years ago

deanrad commented 7 years ago

This trial and error produced no results..

~/src/antares (master) $ faker-cli -l words
"repellat in quibusdam"
~/src/antares (master) $ faker-cli -l words 3
"nihil magni tempore"
~/src/antares (master) $ faker-cli -l words 5
"amet placeat quia"
~/src/antares (master) $ faker-cli -l 5 words
     Available options for lorem:
    word
    words
    sentence
    sentences
    paragraph
    paragraphs
    text
    lines

~/src/antares-example-chat (master) $ faker-cli -l '5 words'
     Available options for lorem:
lestoni commented 2 years ago

@deanrad Sorry i haven't been paying much attention to this, been on other things ! i'll check it out and if you can offer any contribution feel free : )