0.0.2 • Published 9 years ago

ember-cli-lorem-ipsum v0.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

ember-cli-lorem-ipsum

Build Status

Addon Install

ember install:addon ember-cli-lorem-ipsum

It provides a helper that makes it easy to add dummy text. The only option that the helper accepts is length.

The text will be returned inside a <p> tag like this:

<p class="lorem_ipsum">Lorem ipsum.</p>  

Examples

no length

{{lorem-ipsum}}

length 11

{{lorem-ipsum length=11}}

length 500

{{lorem-ipsum length=500}}
  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Legal

Æther

hello@aether.mx

Licensed under the MIT license