CLI tool that generates a file with loremipsum text.
npm install fs-loremipsum
Generates a lorem ipsum for your project.
Install the package globally with
```
npm install -g fs-loremipsum
Now, run this command to create the file:
``
fs-loremipsum {fileName} {NumberOfParagraphs}
```
fs-loremipsum test.html 10