ember-voca
v1.0.7
Published
Ember Template helpers based on voca.js
Downloads
37
Maintainers
Readme
ember-voca
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.