Handlebars helper - Generate lorem ipsum text
npm install handlebars-lorem-ipsumHandlebars helper - Generate lorem ipsum text
```
{{lorem-ipsum count, units, words, options}}
Params
- count :: Number or String (Default is 10)words
- units :: , sentences, or paragraphs (Default is sentences)wordOne, wordTwo
- words :: String () or Array (['wordOne', 'wordTwo'])
- options :: More options of lorem-ipsum package.
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
`sh``
npm install handlebars-lorem-ipsum --save
- lorem-ipsum: Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more. Works in the browser, NodeJS, and React Native.
- expect.js: BDD style assertions for node and the browser.
- handlebars: Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
- mocha: simple, flexible, fun test framework
MIT