An open API service indexing awesome lists of open source software.

https://github.com/hugomods/lorem-ipsum-generator

A CLI tool to generate Lorem ipsum Markdown content in bulk, to test your theme's build performance.
https://github.com/hugomods/lorem-ipsum-generator

Last synced: 18 days ago
JSON representation

A CLI tool to generate Lorem ipsum Markdown content in bulk, to test your theme's build performance.

Awesome Lists containing this project

README

        

# Hugo Lorem Ipsum Generator

A CLI tool to generate Lorem ipsum Markdown content, to test your theme's build performance.

[![License](https://flat.badgen.net/github/license/hugomods/lorem-ipsum-generator)](https://github.com/hugomods/lorem-ipsum-generator/blob/main/LICENSE)
[![Version](https://flat.badgen.net/github/tag/hugomods/lorem-ipsum-generator)](https://github.com/hugomods/lorem-ipsum-generator/tags)
[![Downloads](https://flat.badgen.net/npm/dt/@hugomods/lorem-ipsum-generator)](https://www.npmjs.com/package/@hugomods/lorem-ipsum-generator)

## Installation

```sh
npm i -g @hugomods/lorem-ipsum-generator
```

## Usage

Generate 10k content under default output folder `content`.

```sh
lorem-ipsum-generator -n 10000
```

## Help

```sh
lorem-ipsum-generator -h
```