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.
- Host: GitHub
- URL: https://github.com/nzambello/antanipsum
- Owner: nzambello
- Created: 2018-03-27T19:51:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T21:10:35.000Z (over 8 years ago)
- Last Synced: 2025-08-23T19:24:58.035Z (11 months ago)
- Topics: antani, cli, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```