AllThingsSmitty / anything-ipsum

A lorem ipsum-style generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anything Ipsum

A lorem ipsum-style generator. Just add text.

NPM version

Getting Started

You may install this plugin with this command:

npm install anything-ipsum --save-dev

Issues with the output should be reported on the anything-ipsum issue tracker.

Usage

You can add any kind of text to this plugin. Open the data.json file and replace the text in the quotes array (the more text you add, the more random the output will be):

var quotes = [
  'Curse your sudden but inevitable betrayal!',
  'If anyone gets nosy, just...y\'know...shoot \'em.',
  'Yes sir, Captain Tightpants!',
  'Also? I can kill you with my brain.'
];

Live Example

Jurassic Ipsum.

License

The MIT License (MIT)

About

A lorem ipsum-style generator

License:MIT License


Languages

Language:JavaScript 67.1%Language:CSS 21.5%Language:HTML 11.4%