/nipsum

Generate dummy text in Terminal.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

Nipsum

Node ipsum allows you to generate dummy text in the command line.
Dummy text generator written by Fatih Kadir Akın - https://github.com/f/loremjs

Installation

  1. Install globally via npm
$ npm install nipsum -g
  1. Celebrate 💃

Install latest (not on NPM)

  1. Download nipsum and navigate to the directory
$ git clone https://github.com/btcrooks/nipsum.git
$ cd nipsum
  1. Download dependencies
$ npm install
  1. Install nipsum globally
$ npm install -g

Usage

Nipsum takes a single option followed by an argument:

$ nipsum [OPTION] [ARGS]

Example: generate 1 sentance

$ nipsum -s 1

Generate words:

$ nipsum -w «count»

Generate sentences:

$ nipsum -s «count»

Generate paragraphs:

$ nipsum -p «count»

you can also format text using --format=«option»:

$ nipsum -w «count» --format=caps
$ nipsum -w «count» --format=titlecase

Help:

$ nipsum -h

Getting Fancy 😎

Pair nipsum with pbcopy to send text straight to your clipboard.

$ nipsum -p 5 | pbcopy

Roadmap