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
- Install globally via npm
$ npm install nipsum -g
- Celebrate 💃
- Download nipsum and navigate to the directory
$ git clone https://github.com/btcrooks/nipsum.git
$ cd nipsum
- Download dependencies
$ npm install
- Install nipsum globally
$ npm install -g
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
Pair nipsum
with pbcopy
to send text straight to your clipboard.
$ nipsum -p 5 | pbcopy
- Use a flag to send text to the clipboard.
- Generate by character count.
- Text formatting
- Publish on NPM. https://www.npmjs.com/package/nipsum