0.0.2 • Published 9 years ago
ember-possessive v0.0.2
Ember-possessive
A simple Ember helper that lets you get a possessive form of a string for use in templates.
Courtesy of ruby possessive gem.
How to use
{{possessive 'Chris'}}Re-usability
You can re-use the function used to make a string possessive by importing the function a la:
import possessive from 'ember-possessive/utils/possessive';Enjoy!
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.