Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.77 KB

ember-voca

Build and Deploy Coverage Status semantic-release npm version EmberObserver

Ember Template helpers based on voca.js

Installation

ember install ember-voca

Usage

{{voca-capitalize "hello world"}}
\\ => Hello World
{{voca-camel-case "hello world"}}
\\ => helloWorld
{{ voca-decapitalize "Hello World"}}
\\ => hello world

View the complete documentation here

Contributing

See the Contributing guide for details.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

License

This project is licensed under the MIT License.