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

https://github.com/nzambello/antanipsum

A node fetcher for antanipsum.it. It can copy a Lorem Ipsum into clipboard or print it to stdout.
https://github.com/nzambello/antanipsum

antani cli javascript nodejs

Last synced: 3 months ago
JSON representation

A node fetcher for antanipsum.it. It can copy a Lorem Ipsum into clipboard or print it to stdout.

Awesome Lists containing this project

README

          

# AntanIpsum
A node fetcher for [antanipsum.it](https://www.antanipsum.it/). It can copy a Lorem Ipsum into clipboard or print it to stdout.

The correct description is the one presented in Italian by the website I refer to:

> Generatore di testo Lorem Ipsum più scribai con confaldin

Every credit goes to its creators, I made only this handy cli.

I made this utility to directly copy a funny Lorem Ipsum, easily.

## Install
```sh
# Yarn
yarn global add antanipsum-cli

# NPM
npm install -g antanipsum-cli
```

## Usage
```
Usage: antanipsum [options]

Options:

-o, --stdout print text result to stdout
-h, --help output usage information
```