Note: This is a learning project and not intended for production level applications
This add-on provides some very basic helpers for simple use cases. It aims to avoid adding extra CSS selectors or computed properties to service basic template needs.
- Ember.js v3.4 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
ember install ember-basic-template-helpers
All helpers are invoked as any other normal ember helper.
Adds a new DEBUG line to the console for each string argument passed to the helper.
Takes a boolean value as the first argument and returns the opposite value
Takes a string of any case and return the same string in uppercase
Takes a string of any case and return the same string in uppercase
See the Contributing guide for details.
This project is licensed under the MIT License.