0.0.2 • Published 9 years ago

ember-cli-breaklines v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Ember-cli-breaklines

This README outlines the details of collaborating on this Ember addon.

Ember CLI Addon. Returns an HTML SafeString with newline characters converted to . Supports CLRF, CL, & RF (*nix, Mac, & Windows).

Installation

Installation from ember-cli:

ember install ember-cli-breaklines

When using ember-cli 0.1.5 - 0.2.2:

ember install:addon ember-cli-breaklines

Otherwise:

  • git clone this repository
  • npm install
  • bower install

Notes

This has not yet been tested using older versions of ember-cli or HTMLBars. Please feel welcome to lodge any issues.

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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