greekumipsum-cli

1.1.1 • Public • Published

Greekum Ipsum CLI 📝

Generate random greek paragraphs, sentences & more.

Build Status npm version XO code style npm license

NPM

Animated SVG

What is Greekum Ipsum?

Original description:

Greekum Ipsum is variation of Lorem Ipsum. It was made by Krzysztof Szewczyk, serving same purpose as Lorem Ipsum, with another feature - creating generators of this, or even trying it out in applications or websites, can test system's capability to render unicode characters.

Install

npm install --global greekumipsum-cli

You can also use the online generator!

Usage

Usage
 $ greekum <option> [number]
 
Options
 -p  --paragraph        Generate paragraphs
 -w  --word             Generate words
 -s  --sentence         Generate sentences
 -sc --sentence-capitalized  Generate capitalized sentences
 -c  --character        Generate characters
 -h  --help            Display help message
 
Examples
 $ greekum --paragraph 5
 $ greekum -c 3
 $ greekum -p

Note

This CLI app is just a simple wrapper around the original Greekum Ipsum script, made by my friend Krzysztof Szewczyk. All credit should go to him 😄

Maintainers

Antoni Kepinski Krzysztof Szewczyk
Antoni Kepinski Krzysztof Szewczyk (stale)

TODO List

  • Add configuration file support:
    • Create configuration files starting clean or predefined
    • Save, load configuration
    • Add some more predefined configurations
    • Look [1]
  • Optimize CLI (it's wasting some memory now)
  • Add learning frontend
  • Add GreekumHarvester CLI frontend
  • Very basic markdown highlighting (?, unsure): **, ****, #
  • Add commandline option to uppercase sentence.
  • If num is not passed, assume 1.

Package Sidebar

Install

npm i greekumipsum-cli

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

1.51 MB

Total Files

9

Last publish

Collaborators

  • akepinski