https://github.com/olmesm/ipsum-cli
Copy Lorem Ipsum text into your clipboard from the cli.
https://github.com/olmesm/ipsum-cli
cli lorem-ipsum terminal text-generator
Last synced: 23 days ago
JSON representation
Copy Lorem Ipsum text into your clipboard from the cli.
- Host: GitHub
- URL: https://github.com/olmesm/ipsum-cli
- Owner: olmesm
- License: mit
- Created: 2021-06-25T13:37:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T09:51:30.000Z (over 4 years ago)
- Last Synced: 2025-06-07T06:16:31.096Z (about 1 year ago)
- Topics: cli, lorem-ipsum, terminal, text-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ipsum-cli
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ipsum cli
Copy Lorem Ipsum text into your clipboard from the cli.
Defaults to 3 paragraphs. Accepts an optional number argument between 1 - 50.
```bash
# Running via npx
npx ipsum-cli
# Install Globally
npm install -g ipsum-cli
ipsum
# Uninstall
npm uninstall -g ipsum-cli
```
## Developing
```bash
node .
# Test Globally
npm install -g .
ipsum
# Uninstall
npm uninstall -g ipsum-cli
```